Skip to content

Commit

Permalink
added few mime-types
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Jun 11, 2020
1 parent f69251a commit 6b933ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -12777,7 +12777,10 @@ procedure TmainFrm.wrapInputQuery(sender:Tobject);
'*.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();
Expand Down

0 comments on commit 6b933ac

Please sign in to comment.