tyls: do not force extension

This commit is contained in:
Boris Faure 2020-11-25 22:04:52 +01:00
parent 7f3bfab6d6
commit 0e4ea771cc
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 8 additions and 8 deletions

View File

@ -303,14 +303,14 @@ const Cmatch fmatch[] =
{ 3, 4, 5, 9, 9, 9, "*.264", NULL},
{ 3, 4, 5, 9, 9, 9, "*.3gp", NULL},
{ 2, 3, 5, 9, 9, 9, "*.mp3", "audio-x-mpeg.svg"},
{ 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, "*.mp3", "audio-x-mpeg"},
{ 2, 3, 5, 9, 9, 9, "*.MP3", "audio-x-mpeg"},
{ 2, 3, 5, 9, 9, 9, "*.aac", "audio-x-generic"},
{ 2, 3, 5, 9, 9, 9, "*.AAC", "audio-x-generic"},
{ 2, 3, 5, 9, 9, 9, "*.flac", "audio-x-generic"},
{ 2, 3, 5, 9, 9, 9, "*.FLAC", "audio-x-generic"},
{ 2, 3, 5, 9, 9, 9, "*.wav", "audio-x-wav"},
{ 2, 3, 5, 9, 9, 9, "*.WAV", "audio-x-wav"},
{ 2, 3, 5, 9, 9, 9, "*.m3u", "audio-x-mp3-playlist"},
{ 2, 3, 5, 9, 9, 9, "*.M3U", "audio-x-mp3-playlist"},