Add duration statistics to stats page (#1626)

This commit is contained in:
FleetingOrchard
2021-08-26 13:37:08 +10:00
committed by GitHub
parent 45a9aabdaf
commit 50cb6a9c79
10 changed files with 170 additions and 20 deletions

View File

@@ -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)