mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
[db/readme] Add comment to browse_info object; update docs for genre
endpoint
This commit is contained in:
4
src/db.h
4
src/db.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user