mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Include image total O-Count on stats page (#4386)
This commit is contained in:
@@ -31,6 +31,7 @@ type ImageCounter interface {
|
||||
Count(ctx context.Context) (int, error)
|
||||
CountByFileID(ctx context.Context, fileID FileID) (int, error)
|
||||
CountByGalleryID(ctx context.Context, galleryID int) (int, error)
|
||||
OCount(ctx context.Context) (int, error)
|
||||
OCountByPerformerID(ctx context.Context, performerID int) (int, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user