mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-31 17:53:49 -04:00
Set playlist ID when queueing a playlist via DACP playspec
This commit is contained in:
parent
ec1fc46c01
commit
d9f5e2aa40
@ -914,6 +914,7 @@ dacp_reply_playspec(struct evhttp_request *req, struct evbuffer *evbuf, char **u
|
|||||||
|
|
||||||
player_queue_clear();
|
player_queue_clear();
|
||||||
player_queue_add(ps);
|
player_queue_add(ps);
|
||||||
|
player_queue_plid(plid);
|
||||||
|
|
||||||
if (shuffle)
|
if (shuffle)
|
||||||
dacp_propset_shufflestate(shuffle, NULL);
|
dacp_propset_shufflestate(shuffle, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user