mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 15:28:28 +01:00
removed lazy loading of users
This commit is contained in:
@@ -292,6 +292,8 @@ namespace MediaBrowser.ServerApplication
|
||||
await Task.WhenAll(itemsTask, displayPreferencesTask, userdataTask).ConfigureAwait(false);
|
||||
progress.Report(100);
|
||||
|
||||
await ((UserManager) UserManager).Initialize().ConfigureAwait(false);
|
||||
|
||||
SetKernelProperties();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user