[db] schema v20.01 support codec type/bitrate/samplerate in queue tbl

This commit is contained in:
whatdoineed2do/Ray
2019-06-04 21:51:44 +01:00
parent f03d96f152
commit c796db251d
5 changed files with 48 additions and 2 deletions

View File

@@ -469,6 +469,10 @@ struct db_queue_item {
char *composer;
char *type;
uint32_t bitrate;
uint32_t samplerate;
int64_t songartistid;
/* Not saved in queue table */