mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
scene framerate filter (#4161)
This commit is contained in:
@@ -41,6 +41,8 @@ type SceneFilterType struct {
|
||||
Duplicated *PHashDuplicationCriterionInput `json:"duplicated"`
|
||||
// Filter by resolution
|
||||
Resolution *ResolutionCriterionInput `json:"resolution"`
|
||||
// Filter by framerate
|
||||
Framerate *IntCriterionInput `json:"framerate"`
|
||||
// Filter by video codec
|
||||
VideoCodec *StringCriterionInput `json:"video_codec"`
|
||||
// Filter by audio codec
|
||||
|
||||
Reference in New Issue
Block a user