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…
Reference in New Issue