Browse Source

Use proper mime type for ico

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
tags/v16.0.0alpha1
Daniel Kesselberg 5 years ago
parent
commit
2764173d09
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/dav/lib/CardDAV/PhotoCache.php

+ 1
- 1
apps/dav/lib/CardDAV/PhotoCache.php View File

@@ -40,7 +40,7 @@ class PhotoCache {
'image/png' => 'png',
'image/jpeg' => 'jpg',
'image/gif' => 'gif',
'application/octet-stream' => 'ico',
'image/vnd.microsoft.icon' => 'ico',
];

/** @var IAppData */

Loading…
Cancel
Save