From 5b544bf1ed4767b7dea7a17a99f2da8c3a6c8b82 Mon Sep 17 00:00:00 2001 From: JPVenson Date: Sun, 27 Jul 2025 21:17:20 +0000 Subject: Remove even obsoleter code --- Jellyfin.Api/Controllers/ImageController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Jellyfin.Api/Controllers/ImageController.cs') diff --git a/Jellyfin.Api/Controllers/ImageController.cs b/Jellyfin.Api/Controllers/ImageController.cs index 71ea8d14e..c08d18e2d 100644 --- a/Jellyfin.Api/Controllers/ImageController.cs +++ b/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( -- cgit v1.2.3