mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-23 03:22:31 -05:00
Allow DMAP queries on daap.songalbumid
This commit is contained in:
parent
f2965f8ac6
commit
67e3739bc2
@ -37,6 +37,7 @@ static struct dmap_query_field_map dmap_query_fields[] =
|
|||||||
{ 0, 0, "dmap.itemname", "title" },
|
{ 0, 0, "dmap.itemname", "title" },
|
||||||
{ 0, 1, "dmap.itemid", "id" },
|
{ 0, 1, "dmap.itemid", "id" },
|
||||||
{ 0, 0, "daap.songalbum", "album" },
|
{ 0, 0, "daap.songalbum", "album" },
|
||||||
|
{ 0, 1, "daap.songalbumid", "daap_songalbumid(album_artist, album)" },
|
||||||
{ 0, 0, "daap.songartist", "artist" },
|
{ 0, 0, "daap.songartist", "artist" },
|
||||||
{ 0, 1, "daap.songbitrate", "bitrate" },
|
{ 0, 1, "daap.songbitrate", "bitrate" },
|
||||||
{ 0, 0, "daap.songcomment", "comment" },
|
{ 0, 0, "daap.songcomment", "comment" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user