mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
feat: Allow AVIF content type in PhotoCache
Signed-off-by: Miguel Sánchez de León Peque <peque@ieco.io>
This commit is contained in:
parent
afae742a2b
commit
a54c04ede6
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class PhotoCache {
|
|||
'image/gif' => 'gif',
|
||||
'image/vnd.microsoft.icon' => 'ico',
|
||||
'image/webp' => 'webp',
|
||||
'image/avif' => 'avif',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue