Use queue db table instead of in memory queue struct

This commit is contained in:
chme
2016-11-08 21:27:38 +01:00
parent 8ebf2f9307
commit c504abe451
7 changed files with 715 additions and 1184 deletions

View File

@@ -507,6 +507,9 @@ db_files_get_album_count(void);
int
db_files_get_count_bymatch(char *path);
int
db_file_get_seekpos(uint32_t id);
void
db_files_update_songartistid(void);