Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2016-05-17 10:03:06 +0300
committerJörn Friedrich Dreyer <jfd@butonic.de>2016-05-17 10:03:06 +0300
commit86d3dcd7e84919f1e7842f027aeabba05d73b670 (patch)
tree75b829164e674f0a8c382c85e2f6889e5ea253e9 /resources
parentc24a685ab5bb1ae8e2e71cbac0a64ee53c99fc1a (diff)
parent998da2acd37777c62091dc996d44241cb5f8cedd (diff)
Merge pull request #24006 from owncloud/audio_m4a
Adding mimetypes for m4a and m4b
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypemapping.dist.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json
index d08a46bb017..3498172f1d3 100644
--- a/resources/config/mimetypemapping.dist.json
+++ b/resources/config/mimetypemapping.dist.json
@@ -78,6 +78,8 @@
"kra": ["application/x-krita"],
"lwp": ["application/vnd.lotus-wordpro"],
"m2t": ["video/mp2t"],
+ "m4a": ["audio/mp4"],
+ "m4b": ["audio/m4b"],
"m4v": ["video/mp4"],
"markdown": ["text/markdown"],
"mdown": ["text/markdown"],