moved server init down to base app host

This commit is contained in:
LukePulverenti
2013-02-27 12:28:15 -05:00
parent 0f6e7c6218
commit 3d9e79c46f
3 changed files with 2 additions and 13 deletions

View File

@@ -231,7 +231,6 @@ namespace MediaBrowser.Common.Kernel
await OnComposablePartsLoaded().ConfigureAwait(false);
ServerManager = ApplicationHost.Resolve<IServerManager>();
ServerManager.Start();
}
/// <summary>