mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Add duration statistics to stats page (#1626)
This commit is contained in:
@@ -15,6 +15,7 @@ type SceneReader interface {
|
||||
CountByMovieID(movieID int) (int, error)
|
||||
Count() (int, error)
|
||||
Size() (float64, error)
|
||||
Duration() (float64, error)
|
||||
// SizeCount() (string, error)
|
||||
CountByStudioID(studioID int) (int, error)
|
||||
CountByTagID(tagID int) (int, error)
|
||||
|
||||
Reference in New Issue
Block a user