diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/file_browser.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/file_browser.lua b/lua/file_browser.lua index a79cc7f0..0ccd2c13 100644 --- a/lua/file_browser.lua +++ b/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()) |
