Cody Robibero пре 1 година
родитељ
комит
c47bfb99bb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Jellyfin.Drawing.Skia/SkiaEncoder.cs

+ 1 - 1
src/Jellyfin.Drawing.Skia/SkiaEncoder.cs

@@ -431,7 +431,7 @@ public class SkiaEncoder : IImageEncoder
         if (outputFormat == ImageFormat.Svg
             && !inputFormat.Equals(SvgFormat, StringComparison.OrdinalIgnoreCase))
         {
-            throw new InvalidOperationException($"Requested svg output from {inputFormat} input");
+            throw new ArgumentException($"Requested svg output from {inputFormat} input");
         }
 
         var skiaOutputFormat = GetImageFormat(outputFormat);