From 65c8924898fc16c972ce92586489a0c60a60f24f Mon Sep 17 00:00:00 2001 From: Kai Elwert Date: Sat, 9 Oct 2010 15:58:56 +0200 Subject: [PATCH] Add daap.songalbumartist to the list of supported DAAP query fields --- src/daap_query.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daap_query.c b/src/daap_query.c index 7a9139c5..b3172751 100644 --- a/src/daap_query.c +++ b/src/daap_query.c @@ -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" },