diff options
author | Arne Elster <arne@elster.li> | 2021-12-21 05:59:07 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-02-26 16:01:26 +0100 |
commit | 3cc66b9726d92bec60321156221a17f5385b7760 (patch) | |
tree | 6fe2c029de6e09331d091f76c2f169ba49125e48 /Base/res | |
parent | 7223b593cb4150ec6309b6701efd71f6492c87a3 (diff) | |
download | serenity-3cc66b9726d92bec60321156221a17f5385b7760.zip |
Base: Associate mp3 files with SoundPlayer
Also give them the sound icon.
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/apps/SoundPlayer.af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/apps/SoundPlayer.af b/Base/res/apps/SoundPlayer.af index 13222d2b73..87d75a4d04 100644 --- a/Base/res/apps/SoundPlayer.af +++ b/Base/res/apps/SoundPlayer.af @@ -4,4 +4,4 @@ Executable=/bin/SoundPlayer Category=Sound [Launcher] -FileTypes=flac,m3u,m3u8,wav +FileTypes=mp3,flac,m3u,m3u8,wav |