mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-24 19:46:19 -05:00
[db] inc playcount using filter
This commit is contained in:
6
src/db.h
6
src/db.h
@@ -580,6 +580,12 @@ db_files_get_count(uint32_t *nitems, uint32_t *nstreams, const char *filter);
|
||||
void
|
||||
db_file_inc_playcount(int id);
|
||||
|
||||
void
|
||||
db_file_inc_playcount_byplid(int id, bool only_unplayed);
|
||||
|
||||
void
|
||||
db_file_inc_playcount_bysongalbumid(int64_t id, bool only_unplayed);
|
||||
|
||||
void
|
||||
db_file_inc_skipcount(int id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user