added few mime-types

This commit is contained in:
Massimo Melina 2020-06-11 23:42:01 +02:00
parent f69251a482
commit 6b933acdef

View File

@ -12777,7 +12777,10 @@ MIMEtypes:=toSA([
'*.txt', 'text/plain',
'*.css', 'text/css',
'*.js', 'text/javascript',
'*.mkv', 'video/x-matroska'
'*.mkv', 'video/x-matroska',
'*.mp3', 'audio/mp3',
'*.mp4', 'video/mp4',
'*.m3u8', 'application/x-mpegURL'
]);
systemimages:=getSystemimages();