mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-26 07:20:58 -04:00
Enable DMAP queries on com.apple.itunes.mediakind
Used by Remote on the iPhone.
This commit is contained in:
parent
995c212dc7
commit
ddc4c667ea
@ -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 }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user