mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
restore image performer age filter (#4601)
This commit is contained in:
@@ -47,6 +47,8 @@ type ImageFilterType struct {
|
||||
PerformerCount *IntCriterionInput `json:"performer_count"`
|
||||
// Filter images that have performers that have been favorited
|
||||
PerformerFavorite *bool `json:"performer_favorite"`
|
||||
// Filter images by performer age at time of image
|
||||
PerformerAge *IntCriterionInput `json:"performer_age"`
|
||||
// Filter to only include images with these galleries
|
||||
Galleries *MultiCriterionInput `json:"galleries"`
|
||||
// Filter by created at
|
||||
|
||||
Reference in New Issue
Block a user