From cac2c032f6a87ed29278eadada77e666b25f824d Mon Sep 17 00:00:00 2001 From: Ace Jones Date: Sun, 10 Jan 2010 12:11:00 +0100 Subject: [PATCH] Add the daap.songalbumartist DMAP field --- src/httpd_daap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/httpd_daap.c b/src/httpd_daap.c index 4b03bbef..134521f2 100644 --- a/src/httpd_daap.c +++ b/src/httpd_daap.c @@ -178,6 +178,8 @@ static struct dmap_field_map dmap_fields[] = dbmfi_offsetof(album), -1 }, { 0, DMAP_TYPE_LONG, "asai", "daap.songalbumid", /* special case; will be transformed to LONG (hash) */ dbmfi_offsetof(album), -1 }, + { 0, DMAP_TYPE_STRING, "asaa", "daap.songalbumartist", + dbmfi_offsetof(album_artist), -1 }, { 0, DMAP_TYPE_STRING, "asar", "daap.songartist", dbmfi_offsetof(artist), -1 }, { 0, DMAP_TYPE_SHORT, "asbt", "daap.songbeatsperminute",