mirror of https://github.com/stashapp/stash.git
Add details to is missing filter (#533)
This commit is contained in:
parent
d74a303c00
commit
93d6cc43c5
|
@ -12,6 +12,7 @@ export class SceneIsMissingCriterion extends IsMissingCriterion {
|
|||
public type: CriterionType = "sceneIsMissing";
|
||||
public options: string[] = [
|
||||
"title",
|
||||
"details",
|
||||
"url",
|
||||
"date",
|
||||
"gallery",
|
||||
|
|
Loading…
Reference in New Issue