mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Group O-Counter Filter/Sort (#6122)
This commit is contained in:
@@ -44,6 +44,7 @@ type SceneCounter interface {
|
||||
CountMissingChecksum(ctx context.Context) (int, error)
|
||||
CountMissingOSHash(ctx context.Context) (int, error)
|
||||
OCountByPerformerID(ctx context.Context, performerID int) (int, error)
|
||||
OCountByGroupID(ctx context.Context, groupID int) (int, error)
|
||||
}
|
||||
|
||||
// SceneCreator provides methods to create scenes.
|
||||
|
||||
Reference in New Issue
Block a user