update browser launcher

This commit is contained in:
Luke Pulverenti
2016-04-23 23:03:49 -04:00
parent fb3863de7e
commit 4d16f97047
9 changed files with 76 additions and 52 deletions

View File

@@ -12,7 +12,7 @@ namespace MediaBrowser.Controller
public interface IServerApplicationHost : IApplicationHost
{
event EventHandler HasUpdateAvailableChanged;
/// <summary>
/// Gets the system info.
/// </summary>
@@ -86,5 +86,7 @@ namespace MediaBrowser.Controller
/// <param name="ipAddress">The ip address.</param>
/// <returns>System.String.</returns>
string GetLocalApiUrl(IPAddress ipAddress);
void LaunchUrl(string url);
}
}