mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 12:28:27 +01:00
extracted provider manager. took more off the kernel
This commit is contained in:
@@ -156,13 +156,13 @@ namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
CompositionRoot = new ApplicationHost();
|
||||
|
||||
var win = new MainWindow(CompositionRoot.LogManager, CompositionRoot, CompositionRoot.ServerConfigurationManager);
|
||||
|
||||
Logger = CompositionRoot.LogManager.GetLogger("App");
|
||||
|
||||
win.Show();
|
||||
|
||||
await CompositionRoot.Init();
|
||||
|
||||
var win = new MainWindow(CompositionRoot.LogManager, CompositionRoot, CompositionRoot.ServerConfigurationManager, CompositionRoot.UserManager, CompositionRoot.LibraryManager, CompositionRoot.JsonSerializer);
|
||||
|
||||
win.Show();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user