You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-14 07:04:24 +02: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';
|
return 'video/3gpp';
|
||||||
case 'nef':
|
case 'nef':
|
||||||
return 'image/nef';
|
return 'image/nef';
|
||||||
|
case 'raf':
|
||||||
|
return 'image/raf';
|
||||||
|
case 'srw':
|
||||||
|
return 'image/srw';
|
||||||
default:
|
default:
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user