update browser launcher

This commit is contained in:
Luke Pulverenti
2016-04-23 23:03:49 -04:00
parent fb3863de7e
commit 4d16f97047
9 changed files with 76 additions and 52 deletions

View File

@@ -46,7 +46,7 @@ namespace MediaBrowser.Server.Startup.Common.EntryPoints
/// </summary>
private void LaunchStartupWizard()
{
BrowserLauncher.OpenDashboardPage("wizardstart.html", _appHost, _logger);
BrowserLauncher.OpenDashboardPage("wizardstart.html", _appHost);
}
/// <summary>