Add daap.songalbumartist to the list of supported DAAP query fields

This commit is contained in:
Kai Elwert 2010-10-09 15:58:56 +02:00 committed by Julien BLACHE
parent e5af78fe9f
commit 65c8924898

View File

@ -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" },