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
Notes: sideshowbarker 2024-07-17 18:13:16 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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