Browse Source

Fix Canon CR3 mime type (#2922)

416c616e 2 năm trước cách đây
mục cha
commit
6e62558d81
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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',