diff --git a/Base/etc/FileIconProvider.ini b/Base/etc/FileIconProvider.ini index 8841879a68d..0a7fd9e40b3 100644 --- a/Base/etc/FileIconProvider.ini +++ b/Base/etc/FileIconProvider.ini @@ -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 diff --git a/Base/res/apps/SoundPlayer.af b/Base/res/apps/SoundPlayer.af index 13222d2b73a..87d75a4d040 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