Remove even obsoleter code

This commit is contained in:
JPVenson
2025-07-27 21:17:20 +00:00
parent 1a1d9b2404
commit 5b544bf1ed
2 changed files with 1 additions and 4 deletions

View File

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

View File

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