mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 10:16:18 +00:00
add error handling to work around skia crashes
This commit is contained in:
@@ -127,7 +127,7 @@ namespace MediaBrowser.Server.Mono
|
||||
|
||||
Task.WaitAll(task);
|
||||
|
||||
appHost.ImageProcessor.ImageEncoder = ImageEncoderHelper.GetImageEncoder(_logger, logManager, fileSystem, options, () => appHost.HttpClient, appPaths, environmentInfo);
|
||||
appHost.ImageProcessor.ImageEncoder = ImageEncoderHelper.GetImageEncoder(_logger, logManager, fileSystem, options, () => appHost.HttpClient, appPaths, environmentInfo, appHost.LocalizationManager);
|
||||
|
||||
Console.WriteLine("Running startup tasks");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user