|
|
@ -219,14 +219,14 @@ namespace MediaBrowser.Controller
|
|
|
|
|
|
|
|
|
|
|
|
ReloadResourcePools();
|
|
|
|
ReloadResourcePools();
|
|
|
|
|
|
|
|
|
|
|
|
ReloadFileSystemManager();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
await ApplicationHost.Resolve<IUserManager>().RefreshUsersMetadata(CancellationToken.None).ConfigureAwait(false);
|
|
|
|
await ApplicationHost.Resolve<IUserManager>().RefreshUsersMetadata(CancellationToken.None).ConfigureAwait(false);
|
|
|
|
|
|
|
|
|
|
|
|
foreach (var entryPoint in ApplicationHost.GetExports<IServerEntryPoint>())
|
|
|
|
foreach (var entryPoint in ApplicationHost.GetExports<IServerEntryPoint>())
|
|
|
|
{
|
|
|
|
{
|
|
|
|
entryPoint.Run();
|
|
|
|
entryPoint.Run();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ReloadFileSystemManager();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|