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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-09-16 11:43:58 +0300
committerGitHub <noreply@github.com>2020-09-16 11:43:58 +0300
commitd9f733d8cd1e5266717d7593c19588ed0cc1da29 (patch)
tree7a4874fd4fbbfec1e1bbe8cf9b491597529a77f2 /lib
parentf70ac25f07832839e20426850d2825cad10b0be5 (diff)
parent411861c7789bdefc3cd3c51c0e89dbcde6e08086 (diff)
Merge pull request #318 from steiny2k/heicv20.0.0RC2v20.0.0RC1v20.0.0
Allow heic images in the photos overview
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 4b59bd61..7abc80ca 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -36,6 +36,7 @@ class Application extends App implements IBootstrap {
public const MIMES = [
// 'image/png', // too rarely used for photos
'image/jpeg',
+ 'image/heic',
// 'image/gif', // too rarely used for photos
// 'image/x-xbitmap', // too rarely used for photos
// 'image/bmp', // too rarely used for photos