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.Server.Startup.Common/ApplicationHost.cs | |
| parent | fb3863de7e0c8868c9175d6a23b96c5382d83abf (diff) | |
update browser launcher
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index b371ac751..01575e71f 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -1404,5 +1404,10 @@ namespace MediaBrowser.Server.Startup.Common return externalDns; } } + + public void LaunchUrl(string url) + { + NativeApp.LaunchUrl(url); + } } } |
