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:
authorMartin <martin.mattel@diemattels.at>2016-04-14 19:25:15 +0300
committerMartin <martin.mattel@diemattels.at>2016-04-14 19:25:15 +0300
commit998da2acd37777c62091dc996d44241cb5f8cedd (patch)
tree3ce0d188e0bb208ec23d28d3f84a7c45a37315a1 /resources
parent5911ce530b003d46348f59e9280b610f684de85a (diff)
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"],