Register PlayCount/Date in the DB, if DevUseFolderScanner is true

This commit is contained in:
Deluan
2020-01-18 20:59:20 -05:00
parent 3c66da0b17
commit 938a92eded
8 changed files with 39 additions and 6 deletions
+1
View File
@@ -54,4 +54,5 @@ type MediaFileRepository interface {
DeleteByPath(path string) error
SetStar(star bool, ids ...string) error
SetRating(rating int, ids ...string) error
MarkAsPlayed(id string, playTime time.Time) error
}