mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-10 01:38:49 +01:00
enable unified routing
This commit is contained in:
@@ -49,7 +49,7 @@ namespace MediaBrowser.Server.Startup.Common.Browser
|
||||
/// <param name="logger">The logger.</param>
|
||||
public static void OpenDashboard(IServerApplicationHost appHost, ILogger logger)
|
||||
{
|
||||
OpenDashboardPage("dashboard.html", appHost, logger);
|
||||
OpenDashboardPage("index.html#!/dashboard.html", appHost, logger);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user