diff options
| author | Claus Vium <clausvium@gmail.com> | 2019-03-03 13:54:14 +0100 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2019-03-03 13:54:14 +0100 |
| commit | 1cc433eabc4813fd175b8ce63b27490663cbbcee (patch) | |
| tree | 1648cca260cba4498eefe1a3672bf82fd31c50a4 /Jellyfin.Server/Program.cs | |
| parent | d450169964680ed249f140de8422bf415b44958c (diff) | |
Start the webhost before RunStartupTasks and fix ContentEncoding
Diffstat (limited to 'Jellyfin.Server/Program.cs')
| -rw-r--r-- | Jellyfin.Server/Program.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs index bfc50468f..a43c3fea5 100644 --- a/Jellyfin.Server/Program.cs +++ b/Jellyfin.Server/Program.cs @@ -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 |
