[httpd] Add fetching lyrics in the JSON api

This commit is contained in:
X-Ryl669
2023-09-15 19:36:18 +02:00
committed by ejurgensen
parent cf8b3ecd3a
commit 9670f6b079
5 changed files with 13 additions and 7 deletions

View File

@@ -423,6 +423,7 @@ struct db_media_file_info {
char *channels;
char *usermark;
char *scan_kind;
char *lyrics;
};
#define dbmfi_offsetof(field) offsetof(struct db_media_file_info, field)