tyls: add audio icon for flac files

This commit is contained in:
Boris Faure 2019-12-09 20:30:52 +01:00
parent dbc618ed0b
commit 43dc54e1f1
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
1 changed files with 2 additions and 0 deletions

View File

@ -307,6 +307,8 @@ const Cmatch fmatch[] =
{ 2, 3, 5, 9, 9, 9, "*.MP3", "audio-x-mpeg.svg"},
{ 2, 3, 5, 9, 9, 9, "*.aac", "audio-x-generic.svg"},
{ 2, 3, 5, 9, 9, 9, "*.AAC", "audio-x-generic.svg"},
{ 2, 3, 5, 9, 9, 9, "*.flac", "audio-x-generic.svg"},
{ 2, 3, 5, 9, 9, 9, "*.FLAC", "audio-x-generic.svg"},
{ 2, 3, 5, 9, 9, 9, "*.wav", "audio-x-wav.svg"},
{ 2, 3, 5, 9, 9, 9, "*.WAV", "audio-x-wav.svg"},
{ 2, 3, 5, 9, 9, 9, "*.m3u", "audio-x-mp3-playlist"},