|
@@ -90,6 +90,7 @@ namespace MediaBrowser.ServerApplication
|
|
|
|
|
|
UpdateButtons();
|
|
UpdateButtons();
|
|
|
|
|
|
|
|
+ LoadLogWindow(null, EventArgs.Empty);
|
|
_logManager.LoggerLoaded += LoadLogWindow;
|
|
_logManager.LoggerLoaded += LoadLogWindow;
|
|
_configurationManager.ConfigurationUpdated += Instance_ConfigurationUpdated;
|
|
_configurationManager.ConfigurationUpdated += Instance_ConfigurationUpdated;
|
|
}
|
|
}
|