[db] add songartistid to queue tbl

This commit is contained in:
whatdoineed2do/Ray
2019-02-01 15:39:10 +00:00
parent 0ded6d63bf
commit 7e02eb510d
5 changed files with 35 additions and 10 deletions

View File

@@ -469,6 +469,8 @@ struct db_queue_item {
char *composer;
int64_t songartistid;
/* Not saved in queue table */
uint32_t seek;
};