mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
Honor dacp.shufflestate parameter in cue play command
This commit is contained in:
parent
9f84fd9794
commit
c11752e9a6
@ -668,6 +668,10 @@ dacp_reply_cue_play(struct evhttp_request *req, struct evbuffer *evbuf, char **u
|
||||
|
||||
player_queue_add(ps);
|
||||
|
||||
param = evhttp_find_header(query, "dacp.shufflestate");
|
||||
if (param)
|
||||
dacp_propset_shufflestate(param);
|
||||
|
||||
id = 0;
|
||||
param = evhttp_find_header(query, "index");
|
||||
if (param)
|
||||
|
Loading…
x
Reference in New Issue
Block a user