diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-03-17 11:32:09 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-03-17 11:32:09 +0100 |
commit | 98a42dbccc62e91082cc858a255309a8a385493c (patch) | |
tree | 5a5fe67cb2653b80e20f02e65b9fa4064b9763f5 /lib/private/helper.php | |
parent | e4c6b0abf5d725d5094b902f350cad822658e7cb (diff) | |
parent | bef12488c38dd8ccf8ddf4963f85614ca6815137 (diff) | |
download | nextcloud-server-98a42dbccc62e91082cc858a255309a8a385493c.tar.gz nextcloud-server-98a42dbccc62e91082cc858a255309a8a385493c.zip |
Merge pull request #14927 from oparoz/raw-mimetypes
Introducing the Raw media types
Diffstat (limited to 'lib/private/helper.php')
-rw-r--r-- | lib/private/helper.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/helper.php b/lib/private/helper.php index ebc30395a6b..0925c2367cd 100644 --- a/lib/private/helper.php +++ b/lib/private/helper.php @@ -39,6 +39,7 @@ class OC_Helper { 'application/coreldraw' => 'image', 'application/x-gimp' => 'image', 'application/x-photoshop' => 'image', + 'application/x-dcraw' => 'image', 'application/font-sfnt' => 'font', 'application/x-font' => 'font', |