diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index 6b35fb53ef77..2ffd356cc046 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -85,6 +85,8 @@ "mobi": ["application/x-mobipocket-ebook"], "mov": ["video/quicktime"], "mp3": ["audio/mpeg"], + "m3u": ["audio/mpegurl"], + "m3u8": ["audio/mpegurl"], "mp4": ["video/mp4"], "mpeg": ["video/mpeg"], "mpg": ["video/mpeg"], @@ -112,6 +114,7 @@ "pef": ["image/x-dcraw"], "php": ["application/x-php"], "pl": ["application/x-perl"], + "pls": ["audio/x-scpls"], "png": ["image/png"], "pot": ["application/vnd.ms-powerpoint"], "potm": ["application/vnd.ms-powerpoint.template.macroEnabled.12"], @@ -174,4 +177,4 @@ "yaml": ["application/yaml", "text/plain"], "yml": ["application/yaml", "text/plain"], "zip": ["application/zip"] -} \ No newline at end of file +}