Pls fix race condition

This commit is contained in:
Bond_009
2021-02-23 17:30:24 +01:00
parent acac21d8dc
commit 032d72a8a7
3 changed files with 10 additions and 7 deletions

View File

@@ -202,7 +202,7 @@ namespace Jellyfin.Server
throw;
}
await appHost.RunStartupTasksAsync().ConfigureAwait(false);
await appHost.RunStartupTasksAsync(_tokenSource.Token).ConfigureAwait(false);
stopWatch.Stop();