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