Enable DMAP queries on com.apple.itunes.mediakind

Used by Remote on the iPhone.
This commit is contained in:
Ace Jones 2009-12-31 16:41:10 +01:00 committed by Julien BLACHE
parent 995c212dc7
commit ddc4c667ea

View File

@ -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 }
};