mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Add details to is missing filter (#533)
This commit is contained in:
@@ -12,6 +12,7 @@ export class SceneIsMissingCriterion extends IsMissingCriterion {
|
|||||||
public type: CriterionType = "sceneIsMissing";
|
public type: CriterionType = "sceneIsMissing";
|
||||||
public options: string[] = [
|
public options: string[] = [
|
||||||
"title",
|
"title",
|
||||||
|
"details",
|
||||||
"url",
|
"url",
|
||||||
"date",
|
"date",
|
||||||
"gallery",
|
"gallery",
|
||||||
|
|||||||
Reference in New Issue
Block a user