From ddc4c667ea0213b90bd37592816b3c9a887a181f Mon Sep 17 00:00:00 2001 From: Ace Jones Date: Thu, 31 Dec 2009 16:41:10 +0100 Subject: [PATCH] Enable DMAP queries on com.apple.itunes.mediakind Used by Remote on the iPhone. --- src/daap_query.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daap_query.c b/src/daap_query.c index cc9318ab..4a2b29b9 100644 --- a/src/daap_query.c +++ b/src/daap_query.c @@ -58,6 +58,7 @@ static struct dmap_query_field_map dmap_query_fields[] = { 0, 1, "daap.songtrackcount", "total_tracks" }, { 0, 1, "daap.songtracknumber", "track" }, { 0, 1, "daap.songyear", "year" }, + { 0, 1, "com.apple.itunes.mediakind", "media_kind" }, { -1, -1, NULL, NULL } };