mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
Base: Associate mp3 files with SoundPlayer
Also give them the sound icon.
This commit is contained in:
parent
7223b593cb
commit
3cc66b9726
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ gml=*.gml
|
|||
palette=*.palette
|
||||
pdf=*.pdf
|
||||
python=*.py
|
||||
sound=*.wav,*.flac
|
||||
sound=*.wav,*.flac,*.mp3
|
||||
spreadsheet=*.sheets,*.csv
|
||||
text=*.txt
|
||||
truetype=*.ttf
|
||||
|
|
|
@ -4,4 +4,4 @@ Executable=/bin/SoundPlayer
|
|||
Category=Sound
|
||||
|
||||
[Launcher]
|
||||
FileTypes=flac,m3u,m3u8,wav
|
||||
FileTypes=mp3,flac,m3u,m3u8,wav
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue