update loading sequence
This commit is contained in:
parent
7fb62b0a2f
commit
1ffc19a9a0
|
@ -219,14 +219,14 @@ namespace MediaBrowser.Controller
|
|||
|
||||
ReloadResourcePools();
|
||||
|
||||
ReloadFileSystemManager();
|
||||
|
||||
await ApplicationHost.Resolve<IUserManager>().RefreshUsersMetadata(CancellationToken.None).ConfigureAwait(false);
|
||||
|
||||
foreach (var entryPoint in ApplicationHost.GetExports<IServerEntryPoint>())
|
||||
{
|
||||
entryPoint.Run();
|
||||
}
|
||||
|
||||
ReloadFileSystemManager();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue
Block a user