mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-28 23:31:33 +02:00
update themes
This commit is contained in:
parent
7ced4478d3
commit
335ec27edc
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue