Browse Source

Remove even obsoleter code

JPVenson 3 weeks ago
parent
commit
5b544bf1ed

+ 1 - 2
Jellyfin.Api/Controllers/ImageController.cs

@@ -1901,8 +1901,7 @@ public class ImageController : BaseJellyfinApiController
             Blur = blur,
             BackgroundColor = backgroundColor,
             ForegroundLayer = foregroundLayer,
-            SupportedOutputFormats = outputFormats,
-            StrictCacheHandling = true
+            SupportedOutputFormats = outputFormats
         };
 
         return await GetImageResult(

+ 0 - 2
MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs

@@ -54,8 +54,6 @@ namespace MediaBrowser.Controller.Drawing
 
         public bool RequiresAutoOrientation { get; set; }
 
-        public bool StrictCacheHandling { get; set; }
-
         private bool HasDefaultOptions(string originalImagePath)
         {
             return HasDefaultOptionsWithoutSize(originalImagePath) &&