m3u and m3u8

custom
jacqueline 8 months ago
parent 172d31ec6d
commit d0f70787b1
  1. 2
      lua/file_browser.lua

@ -67,7 +67,7 @@ return screen:new {
})
elseif
item:filepath():match("%.playlist$") or
item:filepath():match("%.m3u$") then
item:filepath():match("%.m3u8?$") then
queue.open_playlist(item:filepath())
playback.playing:set(true)
backstack.push(playing:new())

Loading…
Cancel
Save