[db,jsonapi] add file_size to count query

This commit is contained in:
whatdoineed2do/Ray
2022-05-12 18:34:10 +01:00
parent 670ac7745d
commit 4418803aba
3 changed files with 5 additions and 1 deletions

View File

@@ -474,6 +474,7 @@ struct filecount_info {
uint64_t length;
uint32_t artist_count;
uint32_t album_count;
uint64_t file_size;
};
/* Directory ids must be in sync with the ids in Q_DIR* in db_init.c */