Register PlayCount/Date in the DB, if DevUseFolderScanner is true
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user