mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
Add daap.songalbumartist to the list of supported DAAP query fields
This commit is contained in:
parent
e5af78fe9f
commit
65c8924898
@ -43,6 +43,7 @@ static struct dmap_query_field_map dmap_query_fields[] =
|
||||
{ 0, 0, "daap.songalbum", "album" },
|
||||
{ 0, 1, "daap.songalbumid", "songalbumid" },
|
||||
{ 0, 0, "daap.songartist", "artist" },
|
||||
{ 0, 0, "daap.songalbumartist", "album_artist" },
|
||||
{ 0, 1, "daap.songbitrate", "bitrate" },
|
||||
{ 0, 0, "daap.songcomment", "comment" },
|
||||
{ 0, 1, "daap.songcompilation", "compilation" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user