mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
moved server init down to base app host
This commit is contained in:
@@ -231,7 +231,6 @@ namespace MediaBrowser.Common.Kernel
|
||||
await OnComposablePartsLoaded().ConfigureAwait(false);
|
||||
|
||||
ServerManager = ApplicationHost.Resolve<IServerManager>();
|
||||
ServerManager.Start();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user