Skip to content

Commit 6b933ac

Browse files
committed
added few mime-types
1 parent f69251a commit 6b933ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

main.pas

+4-1
Original file line numberDiff line numberDiff line change
@@ -12777,7 +12777,10 @@ procedure TmainFrm.wrapInputQuery(sender:Tobject);
1277712777
'*.txt', 'text/plain',
1277812778
'*.css', 'text/css',
1277912779
'*.js', 'text/javascript',
12780-
'*.mkv', 'video/x-matroska'
12780+
'*.mkv', 'video/x-matroska',
12781+
'*.mp3', 'audio/mp3',
12782+
'*.mp4', 'video/mp4',
12783+
'*.m3u8', 'application/x-mpegURL'
1278112784
]);
1278212785

1278312786
systemimages:=getSystemimages();

0 commit comments

Comments
 (0)