diff --git a/main.pas b/main.pas index fc507f3..223d7f1 100644 --- a/main.pas +++ b/main.pas @@ -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();