Honor dacp.shufflestate parameter in cue play command

This commit is contained in:
Julien BLACHE 2010-05-01 09:05:42 +02:00
parent 9f84fd9794
commit c11752e9a6
1 changed files with 4 additions and 0 deletions

View File

@ -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)