mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Start the webhost before RunStartupTasks and fix ContentEncoding
This commit is contained in:
@@ -144,7 +144,6 @@ namespace Jellyfin.Server
|
||||
appHost.ImageProcessor.ImageEncoder = GetImageEncoder(fileSystem, appPaths, appHost.LocalizationManager);
|
||||
|
||||
await appHost.RunStartupTasks().ConfigureAwait(false);
|
||||
appHost.Host.Run();
|
||||
// TODO: read input for a stop command
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user