diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-01-27 10:20:05 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-01-27 10:36:05 +0100 |
| commit | 51edd5d067c919800f504bfa9fe1708279faaa3f (patch) | |
| tree | fe8be0fae8e493710fec0354a0fcc730a2ae7e0b /Jellyfin.Server/Program.cs | |
| parent | e3b19c22a7506d6e03d6519b50797c1f49c70034 (diff) | |
Reworked LocalizationManager to load data async
Diffstat (limited to 'Jellyfin.Server/Program.cs')
| -rw-r--r-- | Jellyfin.Server/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs index f64f50cd7..c8861c65c 100644 --- a/Jellyfin.Server/Program.cs +++ b/Jellyfin.Server/Program.cs @@ -98,7 +98,7 @@ namespace Jellyfin.Server new NullImageEncoder(), new NetworkManager(_loggerFactory, environmentInfo))) { - appHost.Init(); + await appHost.Init(); appHost.ImageProcessor.ImageEncoder = GetImageEncoder(fileSystem, appPaths, appHost.LocalizationManager); |
