mirror of
https://github.com/stashapp/stash.git
synced 2025-12-10 02:15:30 +01:00
Add details to is missing filter (#533)
This commit is contained in:
parent
d74a303c00
commit
93d6cc43c5
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ export class SceneIsMissingCriterion extends IsMissingCriterion {
|
|||
public type: CriterionType = "sceneIsMissing";
|
||||
public options: string[] = [
|
||||
"title",
|
||||
"details",
|
||||
"url",
|
||||
"date",
|
||||
"gallery",
|
||||
|
|
|
|||
Loading…
Reference in a new issue