mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 23:00:18 -05:00
Remove even obsoleter code
This commit is contained in:
parent
1a1d9b2404
commit
5b544bf1ed
@ -1901,8 +1901,7 @@ public class ImageController : BaseJellyfinApiController
|
||||
Blur = blur,
|
||||
BackgroundColor = backgroundColor,
|
||||
ForegroundLayer = foregroundLayer,
|
||||
SupportedOutputFormats = outputFormats,
|
||||
StrictCacheHandling = true
|
||||
SupportedOutputFormats = outputFormats
|
||||
};
|
||||
|
||||
return await GetImageResult(
|
||||
|
||||
@ -54,8 +54,6 @@ namespace MediaBrowser.Controller.Drawing
|
||||
|
||||
public bool RequiresAutoOrientation { get; set; }
|
||||
|
||||
public bool StrictCacheHandling { get; set; }
|
||||
|
||||
private bool HasDefaultOptions(string originalImagePath)
|
||||
{
|
||||
return HasDefaultOptionsWithoutSize(originalImagePath) &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user