mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fixed startup wizard case sensitivity
This commit is contained in:
parent
4dd6550ce5
commit
9367878dcb
@ -58,7 +58,7 @@ namespace MediaBrowser.ServerApplication.EntryPoints
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
App.OpenDashboardPage("wizardStart.html", user, _configurationManager, _appHost);
|
App.OpenDashboardPage("wizardstart.html", user, _configurationManager, _appHost);
|
||||||
}
|
}
|
||||||
catch (Win32Exception ex)
|
catch (Win32Exception ex)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user