Allow DMAP queries on daap.songalbumid

This commit is contained in:
Ace Jones 2010-01-04 18:01:15 +01:00 committed by Julien BLACHE
parent f2965f8ac6
commit 67e3739bc2

View File

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