Added new icons and fixed some splash screen issues

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-16 20:09:12 -04:00
parent 373ee6f7ec
commit f1770605ea
7 changed files with 16 additions and 17 deletions

View File

@@ -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)