Removed all server side processing options from public endpoints for image gen

This commit is contained in:
JPVenson
2025-07-27 21:15:18 +00:00
parent 0b6f4b2bd9
commit 96a05276a6
2 changed files with 43 additions and 118 deletions

View File

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