aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
diff options
context:
space:
mode:
authorNegulici-R. Barnabas <109497789+negulici-r-barnabas@users.noreply.github.com>2022-07-25 07:16:04 +0300
committerGitHub <noreply@github.com>2022-07-25 07:16:04 +0300
commita1f1fd9a5ca193f60ab1833b3f0c91ca68f38bed (patch)
tree419f2a8a95f377eca49966fc1f746287a303b709 /Jellyfin.Server/Program.cs
parent4fac67c097ac0328fcc5deb1b6264ea3cec4ce5b (diff)
parentbffda19bbc9d8fe95c864d7315a0c6f6a05d9d7d (diff)
Merge branch 'jellyfin:master' into master
Diffstat (limited to 'Jellyfin.Server/Program.cs')
-rw-r--r--Jellyfin.Server/Program.cs2
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)