mirror of
https://github.com/immich-app/immich.git
synced 2026-02-09 11:20:00 +03:00
Add raf and srw to the file names.
This commit is contained in:
@@ -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 '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user