mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 02:54:54 +03:00
Base: Associate mp3 files with SoundPlayer
Also give them the sound icon.
This commit is contained in:
parent
7223b593cb
commit
3cc66b9726
Notes:
sideshowbarker
2024-07-17 18:13:16 +09:00
Author: https://github.com/standardexe Commit: https://github.com/SerenityOS/serenity/commit/3cc66b9726 Pull-request: https://github.com/SerenityOS/serenity/pull/12749
@ -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…
Reference in New Issue
Block a user