Disable shuffle when selecting 'play all'

custom
jacqueline 9 months ago
parent f78de39a75
commit 24fde7af0c
  1. 1
      lua/browser.lua

@ -84,6 +84,7 @@ return screen:new{
local play = widgets.IconBtn(buttons, "//lua/img/play_small.png", "Play")
play:onClicked(function()
queue.clear()
queue.random:set(false)
queue.add(original_iterator)
playback.playing:set(true)
backstack.push(playing:new())

Loading…
Cancel
Save