1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00

chore(server): support DNG file (#2940)

This commit is contained in:
Alex 2023-06-24 21:50:01 -05:00 committed by GitHub
parent bba4c44182
commit a8e5a1de15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ const validMimeTypes = [
'image/jpeg',
'image/jxl',
'image/png',
'image/dng',
'image/tiff',
'image/webp',
'image/x-adobe-dng',