compatibility with m3u files

This commit is contained in:
Mitan Omar
2020-02-10 00:52:22 +01:00
committed by GitHub
parent 174af7e633
commit f6d06740f1

View File

@@ -597,7 +597,8 @@ function get_mime_for_header($ext)
'jar' => 'application/java-archive',
'jad' => 'text/vnd.sun.j2me.app-descriptor',
'apk' => 'application/vnd.android.package-archive',
'mkv' => 'video/x-matroska' ,
'mkv' => 'video/x-matroska',
'm3u' => 'text/plain',
//add more mime here
];