m3u and m3u8

This commit is contained in:
jacqueline
2024-09-06 12:41:49 +10:00
parent 172d31ec6d
commit d0f70787b1
+1 -1
View File
@@ -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())