mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Pls fix race condition
This commit is contained in:
@@ -202,7 +202,7 @@ namespace Jellyfin.Server
|
||||
throw;
|
||||
}
|
||||
|
||||
await appHost.RunStartupTasksAsync().ConfigureAwait(false);
|
||||
await appHost.RunStartupTasksAsync(_tokenSource.Token).ConfigureAwait(false);
|
||||
|
||||
stopWatch.Stop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user