Manav Rathi hai 1 ano
pai
achega
5f146aa597
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/apps/photos/src/utils/file/index.ts

+ 1 - 1
web/apps/photos/src/utils/file/index.ts

@@ -333,7 +333,7 @@ export const getRenderableImage = async (fileName: string, imageBlob: Blob) => {
             }
         }
 
-        if (!isFileHEIC(exactType)) {
+        if (isFileHEIC(exactType)) {
             // If it is an HEIC file, use our web HEIC converter.
             return await heicToJPEG(imageBlob);
         }