Use proper mime type for ico
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
4dbef1210c
commit
2764173d09
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue