diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-01-21 20:26:30 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-01-21 20:26:30 +0100 |
| commit | ddf9b38799fa4a0e227ae3c2516a72ec48f13854 (patch) | |
| tree | af1c9abdff0b91026c7917e0e966efcd139f41fa /MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs | |
| parent | d4de78693fcaf97aa5a94124b35e4d6145bdfa55 (diff) | |
Simplify image processing by removing image enhancers
Diffstat (limited to 'MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs')
| -rw-r--r-- | MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs b/MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs index 29addf6e6..870e0278e 100644 --- a/MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs +++ b/MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using System.IO; using System.Linq; using MediaBrowser.Controller.Entities; -using MediaBrowser.Controller.Providers; using MediaBrowser.Model.Drawing; namespace MediaBrowser.Controller.Drawing @@ -34,8 +33,6 @@ namespace MediaBrowser.Controller.Drawing public int Quality { get; set; } - public IReadOnlyCollection<IImageEnhancer> Enhancers { get; set; } - public IReadOnlyCollection<ImageFormat> SupportedOutputFormats { get; set; } public bool AddPlayedIndicator { get; set; } |
