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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Böckler <andy@boeckler.org>2021-08-07 00:51:39 +0300
committerAndreas Böckler <andy@boeckler.org>2021-08-07 00:51:39 +0300
commit3e647c9645027c2d4df4b23ea3ebd9c3a8352cb0 (patch)
tree1a637b1a34fcb9a6810883ecccfc6cbb606add95 /lib
parentc1e3114f487f508c4139860d5a1121ec6e4eceb2 (diff)
allow image/x-dcraw (eg .cr2) in photos
Diffstat (limited to 'lib')
-rw-r--r--lib/AppInfo/Application.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 2123a2e4..7912fea6 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -37,6 +37,7 @@ class Application extends App implements IBootstrap {
'image/png',
'image/jpeg',
'image/heic',
+ 'image/x-dcraw'
// 'image/gif', // too rarely used for photos
// 'image/x-xbitmap', // too rarely used for photos
// 'image/bmp', // too rarely used for photos