mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
chore(server): support DNG file (#2940)
This commit is contained in:
parent
bba4c44182
commit
a8e5a1de15
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ const validMimeTypes = [
|
|||
'image/jpeg',
|
||||
'image/jxl',
|
||||
'image/png',
|
||||
'image/dng',
|
||||
'image/tiff',
|
||||
'image/webp',
|
||||
'image/x-adobe-dng',
|
||||
|
|
Loading…
Reference in a new issue