mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 07:35:57 -05:00
[daap] Add mapping of dmap.persistentid
Used by rtRemote when starting playback of a searched item
This commit is contained in:
parent
33ffa780ba
commit
975d75d607
@ -13,6 +13,7 @@ struct dmap_query_field_map;
|
||||
"dmap.itemname", "f.title", 0
|
||||
"dmap.itemid", "f.id", 1
|
||||
"dmap.containeritemid", "f.id", 1
|
||||
"dmap.persistentid", "f.id", 1
|
||||
"daap.songalbum", "f.album", 0
|
||||
"daap.songalbumid", "f.songalbumid", 1
|
||||
"daap.songartist", "f.album_artist", 0
|
||||
|
Loading…
Reference in New Issue
Block a user