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