update loading sequence

This commit is contained in:
LukePulverenti 2013-03-02 22:28:47 -05:00
parent 7fb62b0a2f
commit 1ffc19a9a0
1 changed files with 2 additions and 2 deletions

View File

@ -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>