mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +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
|
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
|
||||||
|
|
|
@ -4,4 +4,4 @@ Executable=/bin/SoundPlayer
|
||||||
Category=Sound
|
Category=Sound
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=flac,m3u,m3u8,wav
|
FileTypes=mp3,flac,m3u,m3u8,wav
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue