mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03: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