diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-09-06 12:41:49 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-09-06 12:41:49 +1000 |
| commit | d0f70787b1686adf48858b94b6187433659549c9 (patch) | |
| tree | d32be50f6ebb874a910808dbcaf25c095899b01e /lua/file_browser.lua | |
| parent | 172d31ec6d69d7372d46e1ba712a2a2187e19d2a (diff) | |
| download | tangara-fw-d0f70787b1686adf48858b94b6187433659549c9.tar.gz | |
m3u and m3u8
Diffstat (limited to 'lua/file_browser.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()) |
