mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
update ImageMagickSharp
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user