mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 18:26:33 +00:00
fixed startup wizard case sensitivity
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user