From d9f5e2aa408ff1648f7eb9dce08682f064935505 Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Sat, 31 Jul 2010 12:32:14 +0200 Subject: [PATCH] Set playlist ID when queueing a playlist via DACP playspec --- src/httpd_dacp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/httpd_dacp.c b/src/httpd_dacp.c index 27e774e4..35d3be17 100644 --- a/src/httpd_dacp.c +++ b/src/httpd_dacp.c @@ -914,6 +914,7 @@ dacp_reply_playspec(struct evhttp_request *req, struct evbuffer *evbuf, char **u player_queue_clear(); player_queue_add(ps); + player_queue_plid(plid); if (shuffle) dacp_propset_shufflestate(shuffle, NULL);