From 6b933acdef7df463d2135c909b4f08b5a7a10590 Mon Sep 17 00:00:00 2001 From: Massimo Melina Date: Thu, 11 Jun 2020 23:42:01 +0200 Subject: [PATCH] added few mime-types --- main.pas | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.pas b/main.pas index fc507f3..223d7f1 100644 --- a/main.pas +++ b/main.pas @@ -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();