mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Fixed RemoteApp communication which broke for Remote 3.0 due to some new properties in the query
This commit is contained in:
@@ -20,3 +20,9 @@ struct dacp_prop_map;
|
||||
"dacp.shufflestate", dacp_propget_shufflestate, dacp_propset_shufflestate
|
||||
"dacp.repeatstate", dacp_propget_repeatstate, dacp_propset_repeatstate
|
||||
"dacp.userrating", NULL, dacp_propset_userrating
|
||||
"dacp.fullscreenenabled", dacp_propget_fullscreenenabled, NULL
|
||||
"dacp.fullscreen", dacp_propget_fullscreen, NULL
|
||||
"dacp.visualizerenabled", dacp_propget_visualizerenabled, NULL
|
||||
"dacp.visualizer", dacp_propget_visualizer, NULL
|
||||
"com.apple.itunes.itms-songid", dacp_propget_itms_songid, NULL
|
||||
"com.apple.itunes.has-chapter-data", dacp_propget_haschapterdata, NULL
|
||||
|
||||
Reference in New Issue
Block a user