diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-10 00:49:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-10 00:49:11 -0400 |
| commit | f49d20033d81e9c2d1a335af603a5e56402014a9 (patch) | |
| tree | 2c74a3dc20e3513729c1e577dbc3d26b9b99c66f /MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs | |
| parent | 4569b6b49196eeb0c13003bfce087e2258dcc33e (diff) | |
move crop whitespace directly to encode image
Diffstat (limited to 'MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs')
| -rw-r--r-- | MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs b/MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs index f4b3d9455..70ac08343 100644 --- a/MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs +++ b/MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs @@ -86,6 +86,7 @@ namespace MediaBrowser.Controller.Drawing PercentPlayed.Equals(0) && !UnplayedCount.HasValue && !Blur.HasValue && + !CropWhiteSpace && string.IsNullOrEmpty(BackgroundColor) && string.IsNullOrEmpty(ForegroundLayer); } |
