diff options
author | Cesar Torres <shortanemoia@protonmail.com> | 2021-03-26 01:26:12 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-27 10:20:55 +0100 |
commit | 2e28b8ebccd6dceeec058ab3be86e13f10546040 (patch) | |
tree | bbe376eb28a8d9396830546876d688804111a669 /Base | |
parent | e4d6a56a28d61d820c36efea0a553072b72ead4d (diff) | |
download | serenity-2e28b8ebccd6dceeec058ab3be86e13f10546040.zip |
SoundPlayer: Add playlist supprt
And a M3U(8) parser
Diffstat (limited to 'Base')
-rw-r--r-- | Base/home/anon/.config/LaunchServer.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini index ddafda7c8d..45636346c7 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -9,6 +9,8 @@ jpg=/bin/QuickShow jpeg=/bin/QuickShow html=/bin/Browser wav=/bin/SoundPlayer +m3u=/bin/SoundPlayer +m3u8=/bin/SoundPlayer txt=/bin/TextEditor font=/bin/FontEditor sheets=/bin/Spreadsheet |