diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-23 23:03:49 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-24 20:46:18 -0400 |
| commit | 4d16f9704779c96f4dba46229e22554913f8107e (patch) | |
| tree | 78eae03bf70c2810c1dc969ecacc8007ecb01a91 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | fb3863de7e0c8868c9175d6a23b96c5382d83abf (diff) | |
update browser launcher
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index e4eecec18..65eed1a23 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -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); } } |
