1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:37:44 +00:00

Base: Associate mp3 files with SoundPlayer

Also give them the sound icon.
This commit is contained in:
Arne Elster 2021-12-21 05:59:07 +01:00 committed by Andreas Kling
parent 7223b593cb
commit 3cc66b9726
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ gml=*.gml
palette=*.palette palette=*.palette
pdf=*.pdf pdf=*.pdf
python=*.py python=*.py
sound=*.wav,*.flac sound=*.wav,*.flac,*.mp3
spreadsheet=*.sheets,*.csv spreadsheet=*.sheets,*.csv
text=*.txt text=*.txt
truetype=*.ttf truetype=*.ttf

View file

@ -4,4 +4,4 @@ Executable=/bin/SoundPlayer
Category=Sound Category=Sound
[Launcher] [Launcher]
FileTypes=flac,m3u,m3u8,wav FileTypes=mp3,flac,m3u,m3u8,wav