فهرست منبع

fixed startup wizard case sensitivity

Luke Pulverenti 12 سال پیش
والد
کامیت
9367878dcb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      MediaBrowser.ServerApplication/EntryPoints/StartupWizard.cs

+ 1 - 1
MediaBrowser.ServerApplication/EntryPoints/StartupWizard.cs

@@ -58,7 +58,7 @@ namespace MediaBrowser.ServerApplication.EntryPoints
 
             try
             {
-                App.OpenDashboardPage("wizardStart.html", user, _configurationManager, _appHost);
+                App.OpenDashboardPage("wizardstart.html", user, _configurationManager, _appHost);
             }
             catch (Win32Exception ex)
             {