A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix non-shuffle queue issue

+1 -1
+1 -1
src/Applications/UI/Queue.elm
··· 392 392 m 393 393 ) 394 394 |> (\m -> 395 - if List.length model.future >= Fill.queueLength then 395 + if m.shuffle && List.length model.future >= Fill.queueLength then 396 396 m 397 397 398 398 else