浏览代码

Fix Canon CR3 mime type (#2922)

416c616e 2 年之前
父节点
当前提交
6e62558d81
共有 1 个文件被更改,包括 1 次插入0 次删除
  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',