mirror of
https://github.com/immich-app/immich.git
synced 2025-01-31 18:04:55 +02:00
Add raf and srw to the file names.
This commit is contained in:
parent
0d1b93d5ec
commit
14a55c67b4
@ -142,6 +142,10 @@ export function getFileMimeType(file: File): string {
|
||||
return 'video/3gpp';
|
||||
case 'nef':
|
||||
return 'image/nef';
|
||||
case 'raf':
|
||||
return 'image/raf';
|
||||
case 'srw':
|
||||
return 'image/srw';
|
||||
default:
|
||||
return '';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user