We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69251a commit 6b933acCopy full SHA for 6b933ac
1 file changed
main.pas
@@ -12777,7 +12777,10 @@ procedure TmainFrm.wrapInputQuery(sender:Tobject);
12777
'*.txt', 'text/plain',
12778
'*.css', 'text/css',
12779
'*.js', 'text/javascript',
12780
- '*.mkv', 'video/x-matroska'
+ '*.mkv', 'video/x-matroska',
12781
+ '*.mp3', 'audio/mp3',
12782
+ '*.mp4', 'video/mp4',
12783
+ '*.m3u8', 'application/x-mpegURL'
12784
]);
12785
12786
systemimages:=getSystemimages();
0 commit comments