diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-28 00:06:13 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-28 00:06:13 -0400 |
| commit | 818662e051a07b15a9ac15df177835d7e4ef236b (patch) | |
| tree | ee150ffbc39dd2602d878ddf3cacf3acf8f213aa /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | ed0e1399fc785a3d4b1a161a84d2fcc8fff1e576 (diff) | |
use ImageMagick scale method
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index aeafc1ede..97a457a1b 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -573,7 +573,7 @@ namespace MediaBrowser.Server.Startup.Common { try { - return new ImageMagickEncoder(LogManager.GetLogger("ImageMagick"), ApplicationPaths, HttpClient, FileSystemManager); + return new ImageMagickEncoder(LogManager.GetLogger("ImageMagick"), ApplicationPaths, HttpClient, FileSystemManager, ServerConfigurationManager); } catch (Exception ex) { |
