Add galleries filter to scenes (#4632)

This commit is contained in:
bob123491234
2024-03-13 18:17:57 -05:00
committed by GitHub
parent 7ac7963972
commit ae6d1a8109
4 changed files with 16 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import {
import { HasMarkersCriterionOption } from "./criteria/has-markers";
import { SceneIsMissingCriterionOption } from "./criteria/is-missing";
import { MoviesCriterionOption } from "./criteria/movies";
import { GalleriesCriterionOption } from "./criteria/galleries";
import { OrganizedCriterionOption } from "./criteria/organized";
import { PerformersCriterionOption } from "./criteria/performers";
import { ResolutionCriterionOption } from "./criteria/resolution";
@@ -93,6 +94,7 @@ const criterionOptions = [
PerformerFavoriteCriterionOption,
StudiosCriterionOption,
MoviesCriterionOption,
GalleriesCriterionOption,
createStringCriterionOption("url"),
StashIDCriterionOption,
InteractiveCriterionOption,