From 67e3739bc27f84ef8110f5b0df41db464ce33501 Mon Sep 17 00:00:00 2001 From: Ace Jones Date: Mon, 4 Jan 2010 18:01:15 +0100 Subject: [PATCH] Allow DMAP queries on daap.songalbumid --- src/daap_query.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daap_query.c b/src/daap_query.c index ef18a7ee..b86a6902 100644 --- a/src/daap_query.c +++ b/src/daap_query.c @@ -37,6 +37,7 @@ static struct dmap_query_field_map dmap_query_fields[] = { 0, 0, "dmap.itemname", "title" }, { 0, 1, "dmap.itemid", "id" }, { 0, 0, "daap.songalbum", "album" }, + { 0, 1, "daap.songalbumid", "daap_songalbumid(album_artist, album)" }, { 0, 0, "daap.songartist", "artist" }, { 0, 1, "daap.songbitrate", "bitrate" }, { 0, 0, "daap.songcomment", "comment" },