mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-05 07:12:35 -05:00
Add support for mode 2 (shuffle) in playqueue-edit and -contents
This commit is contained in:
@@ -3566,7 +3566,10 @@ player_shuffle_set(int enable)
|
||||
struct player_source *
|
||||
player_queue_get(void)
|
||||
{
|
||||
return source_head;
|
||||
if (shuffle)
|
||||
return shuffle_head;
|
||||
else
|
||||
return source_head;
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user