update ImageMagickSharp

This commit is contained in:
Luke Pulverenti
2015-02-21 08:37:27 -05:00
parent 59e005e976
commit 3254df2c28
6 changed files with 74 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ namespace MediaBrowser.ServerApplication
var applicationPath = currentProcess.MainModule.FileName;
ImageMagickSharp.Wand.SetMagickCoderModulePath(Path.Combine(Path.GetDirectoryName(applicationPath), "ImageMagickCoders", "x86"));
var appPaths = CreateApplicationPaths(applicationPath, _isRunningAsService);
var logManager = new NlogManager(appPaths.LogDirectoryPath, "server");