mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
added few mime-types
This commit is contained in:
parent
f69251a482
commit
6b933acdef
5
main.pas
5
main.pas
@ -12777,7 +12777,10 @@ MIMEtypes:=toSA([
|
|||||||
'*.txt', 'text/plain',
|
'*.txt', 'text/plain',
|
||||||
'*.css', 'text/css',
|
'*.css', 'text/css',
|
||||||
'*.js', 'text/javascript',
|
'*.js', 'text/javascript',
|
||||||
'*.mkv', 'video/x-matroska'
|
'*.mkv', 'video/x-matroska',
|
||||||
|
'*.mp3', 'audio/mp3',
|
||||||
|
'*.mp4', 'video/mp4',
|
||||||
|
'*.m3u8', 'application/x-mpegURL'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
systemimages:=getSystemimages();
|
systemimages:=getSystemimages();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user