1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00

Base: Add mp3 SoundPlayer association to the user LaunchServer config

This allows the user to double click on mp3 file names in the terminal
output and open them in SoundPlayer.
This commit is contained in:
Brian Gianforcaro 2022-03-18 00:00:59 -07:00 committed by Brian Gianforcaro
parent 2844f7c333
commit 199ea9ccf9

View file

@ -14,6 +14,7 @@ wav=/bin/SoundPlayer
flac=/bin/SoundPlayer
m3u=/bin/SoundPlayer
m3u8=/bin/SoundPlayer
mp3=/bin/SoundPlayer
txt=/bin/TextEditor
font=/bin/FontEditor
sheets=/bin/Spreadsheet