[db] Add support for resetting play- and skip-count

This commit is contained in:
chme
2019-01-23 09:25:34 +01:00
committed by ejurgensen
parent b9a7ce7dd2
commit 7d0e48eb0e
2 changed files with 21 additions and 0 deletions

View File

@@ -566,6 +566,9 @@ db_file_inc_playcount(int id);
void
db_file_inc_skipcount(int id);
void
db_file_reset_playskip_count(int id);
void
db_file_ping(int id);