mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
Removed all server side processing options from public endpoints for image gen
This commit is contained in:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user