mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 01:50:53 +01:00
Added new icons and fixed some splash screen issues
This commit is contained in:
parent
373ee6f7ec
commit
f1770605ea
@@ -29,8 +29,7 @@ namespace MediaBrowser.ServerApplication
|
||||
|
||||
public static void OpenDashboard()
|
||||
{
|
||||
OpenUrl("http://localhost:" + Kernel.Instance.Configuration.HttpServerPortNumber +
|
||||
"/mediabrowser/dashboard/index.html");
|
||||
OpenUrl("http://localhost:" + Kernel.Instance.Configuration.HttpServerPortNumber + "/mediabrowser/dashboard/index.html");
|
||||
}
|
||||
|
||||
public static void OpenUrl(string url)
|
||||
|
||||
Reference in New Issue
Block a user