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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AppInfo/Application.php')
-rw-r--r--lib/AppInfo/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 8125d4d5..1bbcc6b3 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -31,7 +31,7 @@ class Application extends App {
const APP_ID = 'photos';
const MIMES = [
- // 'image/png', // too rarely used for photos
+ 'image/png', // rarely used but still used #208
'image/jpeg',
// 'image/gif', // too rarely used for photos
// 'image/x-xbitmap', // too rarely used for photos