Start playback immediately when selecting a playlist

custom
jacqueline 9 months ago
parent b349599174
commit 2a280c9b4b
  1. 1
      lua/file_browser.lua

@ -68,6 +68,7 @@ return screen:new{
end end
if item:filepath():match("%.playlist$") then if item:filepath():match("%.playlist$") then
queue.open_playlist(item:filepath()) queue.open_playlist(item:filepath())
playback.playing:set(true)
backstack.push(playing:new()) backstack.push(playing:new())
end end
end end

Loading…
Cancel
Save