Browse Source

Fix Canon CR3 mime type (#2922)

416c616e 2 years ago
parent
commit
6e62558d81
1 changed files with 1 additions and 0 deletions
  1. 1 0
      server/src/domain/domain.constant.ts

+ 1 - 0
server/src/domain/domain.constant.ts

@@ -30,6 +30,7 @@ export function assertMachineLearningEnabled() {
 
 const validMimeTypes = [
   'image/avif',
+  'image/cr3',
   'image/gif',
   'image/heic',
   'image/heif',