mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
Some cleaning up in group handling in db.c in prep for artist groups
This commit is contained in:
1
src/db.h
1
src/db.h
@@ -181,6 +181,7 @@ struct group_info {
|
||||
uint64_t persistentid; /* ulonglong id (mper) */
|
||||
char *itemname; /* playlist name as displayed in iTunes (minm) */
|
||||
uint32_t itemcount; /* number of items (mimc) */
|
||||
uint32_t groupalbumcount; /* number of albums (agac) */
|
||||
char *songalbumartist; /* song album artist (asaa) */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user