diff options
| author | adrez99 <59739805+adrez99@users.noreply.github.com> | 2022-08-04 17:22:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-04 17:22:35 +0200 |
| commit | b8afdd892af01fd99011a6dc3df65cfb762084d6 (patch) | |
| tree | 2ed657a192769b8deda54c9c20998eeeabbdca78 /Jellyfin.Server/Program.cs | |
| parent | aadd8ee97135bec44ad3e09a78a1bf0523149ccf (diff) | |
| parent | 63d943aab92a4b5f69e625a269eb830bcbfb4d22 (diff) | |
Merge branch 'master' into gzip
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 2bda8d290..a6f0b705d 100644 --- a/Jellyfin.Server/Program.cs +++ b/Jellyfin.Server/Program.cs @@ -243,7 +243,7 @@ namespace Jellyfin.Server } } - appHost.Dispose(); + await appHost.DisposeAsync().ConfigureAwait(false); } if (_restartOnShutdown) |
