mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 19:38:26 +01:00
Performance update
This commit is contained in:
parent
2c56e75ca5
commit
6fbeee841f
@@ -22,7 +22,7 @@ namespace MediaBrowser.Common.UI
|
||||
// Without this the app will shutdown after the splash screen closes
|
||||
this.ShutdownMode = ShutdownMode.OnExplicitShutdown;
|
||||
|
||||
await LoadKernel();
|
||||
await LoadKernel().ConfigureAwait(false);
|
||||
}
|
||||
|
||||
private async Task LoadKernel()
|
||||
|
||||
Reference in New Issue
Block a user