update skia

This commit is contained in:
Luke Pulverenti
2017-05-12 00:57:09 -04:00
parent d8ca80f847
commit 21d2573d05
4 changed files with 27 additions and 8 deletions

View File

@@ -26,11 +26,11 @@ namespace MediaBrowser.Server.Startup.Common
{
try
{
return new SkiaEncoder(logManager.GetLogger("ImageMagick"), appPaths, httpClient, fileSystem);
return new SkiaEncoder(logManager.GetLogger("Skia"), appPaths, httpClient, fileSystem);
}
catch
{
logger.Error("Error loading ImageMagick. Will revert to GDI.");
logger.Error("Error loading Skia. Will revert to ImageMagick.");
}
try