mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
3.2.19.6
This commit is contained in:
@@ -23,14 +23,14 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
{
|
||||
if (!startupOptions.ContainsOption("-enablegdi"))
|
||||
{
|
||||
//try
|
||||
//{
|
||||
// return new SkiaEncoder(logManager.GetLogger("Skia"), appPaths, httpClient, fileSystem);
|
||||
//}
|
||||
//catch
|
||||
//{
|
||||
// logger.Error("Error loading Skia. Will revert to ImageMagick.");
|
||||
//}
|
||||
try
|
||||
{
|
||||
return new SkiaEncoder(logManager.GetLogger("Skia"), appPaths, httpClient, fileSystem);
|
||||
}
|
||||
catch
|
||||
{
|
||||
logger.Error("Error loading Skia. Will revert to ImageMagick.");
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user