HOME il y a 1 mois
Parent
commit
b95d8e328b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      ImageConvertService/Biz/ImageConverter.cs

+ 1 - 0
ImageConvertService/Biz/ImageConverter.cs

@@ -61,6 +61,7 @@ public class ImageConverter
                 lock (lstExceptions) lstExceptions.Add((item.PathAndName, e));
                 lock (lstExceptions) lstExceptions.Add((item.PathAndName, e));
                 return;
                 return;
             }
             }
+
             item.PathAndName += ".webp";
             item.PathAndName += ".webp";
         });
         });