diff options
author | Rello <Rello@users.noreply.github.com> | 2017-08-31 17:48:49 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-10-31 14:05:24 +0100 |
commit | c5f76785ba143a569726fb4f6e9a9c7bafd50f1c (patch) | |
tree | a37b1225a9ba44fc2d0f70dd242465eb9fe5abd4 /resources/config | |
parent | 84f3d247f2e5ed8e2263f04a7570e6edfd50593a (diff) | |
download | nextcloud-server-c5f76785ba143a569726fb4f6e9a9c7bafd50f1c.tar.gz nextcloud-server-c5f76785ba143a569726fb4f6e9a9c7bafd50f1c.zip |
Mapping of m3u, m3u8, pls to audio streams
Signed-Off-By: Rello <Rello@users.noreply.github.com>
Diffstat (limited to 'resources/config')
-rw-r--r-- | resources/config/mimetypemapping.dist.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index 06e4d30b9e5..ef3de4d75dc 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -88,6 +88,8 @@ "ldif": ["text/x-ldif"], "lwp": ["application/vnd.lotus-wordpro"], "m2t": ["video/mp2t"], + "m3u": ["audio/mpegurl"], + "m3u8": ["audio/mpegurl"], "m4a": ["audio/mp4"], "m4b": ["audio/m4b"], "m4v": ["video/mp4"], @@ -129,6 +131,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"], |