diff options
Diffstat (limited to 'Jellyfin.Api')
| -rw-r--r-- | Jellyfin.Api/Controllers/ImageController.cs | 3 |
1 files changed, 1 insertions, 2 deletions
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( |
