Use proper mime type for ico

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2019-01-28 21:39:51 +01:00
parent 4dbef1210c
commit 2764173d09
No known key found for this signature in database
GPG key ID: 36E3664E099D0614

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 */