mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Allow Windows' version of the MIME types for raw photos. (#2945)
* Allow Windows' version of the MIME types for raw photos. * Fix prettier warning. --------- Co-authored-by: Elliot Lee <sopwith@gmail.com>
This commit is contained in:
@@ -67,6 +67,33 @@ const validMimeTypes = [
|
||||
'image/x-sony-arw',
|
||||
'image/x-sony-sr2',
|
||||
'image/x-sony-srf',
|
||||
'image/dng',
|
||||
'image/ari',
|
||||
'image/cr2',
|
||||
'image/cr3',
|
||||
'image/crw',
|
||||
'image/erf',
|
||||
'image/raf',
|
||||
'image/3fr',
|
||||
'image/fff',
|
||||
'image/dcr',
|
||||
'image/k25',
|
||||
'image/kdc',
|
||||
'image/rwl',
|
||||
'image/mrw',
|
||||
'image/nef',
|
||||
'image/orf',
|
||||
'image/ori',
|
||||
'image/raw',
|
||||
'image/pef',
|
||||
'image/cin',
|
||||
'image/cap',
|
||||
'image/iiq',
|
||||
'image/srw',
|
||||
'image/x3f',
|
||||
'image/arw',
|
||||
'image/sr2',
|
||||
'image/srf',
|
||||
'video/3gpp',
|
||||
'video/mp2t',
|
||||
'video/mp4',
|
||||
|
||||
Reference in New Issue
Block a user