mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
update themes
This commit is contained in:
parent
7ced4478d3
commit
335ec27edc
@ -127,10 +127,10 @@ namespace MediaBrowser.Server.Mono
|
||||
|
||||
var task = appHost.Init(initProgress);
|
||||
|
||||
appHost.ImageProcessor.ImageEncoder = ImageEncoderHelper.GetImageEncoder(_logger, logManager, fileSystem, options, () => appHost.HttpClient, appPaths, environmentInfo);
|
||||
|
||||
Task.WaitAll(task);
|
||||
|
||||
appHost.ImageProcessor.ImageEncoder = ImageEncoderHelper.GetImageEncoder(_logger, logManager, fileSystem, options, () => appHost.HttpClient, appPaths, environmentInfo);
|
||||
|
||||
Console.WriteLine("Running startup tasks");
|
||||
|
||||
task = appHost.RunStartupTasks();
|
||||
|
Loading…
Reference in New Issue
Block a user