mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add galleries filter to scenes (#4632)
This commit is contained in:
@@ -57,6 +57,8 @@ type SceneFilterType struct {
|
||||
Studios *HierarchicalMultiCriterionInput `json:"studios"`
|
||||
// Filter to only include scenes with this movie
|
||||
Movies *MultiCriterionInput `json:"movies"`
|
||||
// Filter to only include scenes with this gallery
|
||||
Galleries *MultiCriterionInput `json:"galleries"`
|
||||
// Filter to only include scenes with these tags
|
||||
Tags *HierarchicalMultiCriterionInput `json:"tags"`
|
||||
// Filter by tag count
|
||||
|
||||
Reference in New Issue
Block a user