[db/readme] Add comment to browse_info object; update docs for genre

endpoint
This commit is contained in:
chme
2021-12-29 12:01:42 +01:00
parent 8becdee8f1
commit 8dfbb460c2
2 changed files with 13 additions and 3 deletions

View File

@@ -409,6 +409,10 @@ struct db_media_file_info {
#define dbmfi_offsetof(field) offsetof(struct db_media_file_info, field)
/* Info object for generic browse queries that want more info than just
* the item string and sort string (e. g. for genre or compose queries
* that want to display the total track / album count).
*/
struct db_browse_info {
char *itemname;
char *itemname_sort;