mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-07 00:02:32 -05:00
Add support for shuffle in DACP playspec request
This commit is contained in:
@@ -474,6 +474,10 @@ player_queue_make_pl(int plid, uint32_t *id)
|
||||
|
||||
ps = player_queue_make(&qp, NULL);
|
||||
|
||||
/* Shortcut for shuffled playlist */
|
||||
if (*id == 0)
|
||||
return ps;
|
||||
|
||||
p = ps;
|
||||
i = 0;
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user