update app footer

This commit is contained in:
Luke Pulverenti
2016-08-31 15:17:11 -04:00
parent 0375990d8e
commit eefd697b85
7 changed files with 49 additions and 71 deletions

View File

@@ -28,6 +28,11 @@ namespace MediaBrowser.Server.Startup.Common.Browser
OpenUrl(appHost, "http://emby.media/community");
}
public static void OpenEmbyPremiere(IServerApplicationHost appHost)
{
OpenDashboardPage("supporterkey.html", appHost);
}
/// <summary>
/// Opens the web client.
/// </summary>