mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
Add raf and srw to the file names.
This commit is contained in:
parent
0d1b93d5ec
commit
14a55c67b4
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue