mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
Add album_artist to the generic md_map
The generic metadata field name is album_artist and not albumartist; that, or we previously missed that field.
This commit is contained in:
parent
a5bdb9d59a
commit
f36261be65
@ -61,6 +61,7 @@ static const struct metadata_map md_map_generic[] =
|
||||
{ "title", 0, mfi_offsetof(title) },
|
||||
{ "artist", 0, mfi_offsetof(artist) },
|
||||
{ "author", 0, mfi_offsetof(artist) },
|
||||
{ "album_artist", 0, mfi_offsetof(album_artist) },
|
||||
{ "albumartist", 0, mfi_offsetof(album_artist) },
|
||||
{ "album", 0, mfi_offsetof(album) },
|
||||
{ "genre", 0, mfi_offsetof(genre) },
|
||||
|
Loading…
Reference in New Issue
Block a user