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/INativeApp.cs | |
| parent | fb3863de7e0c8868c9175d6a23b96c5382d83abf (diff) | |
update browser launcher
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/INativeApp.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs index 121d4192e..c603a908e 100644 --- a/MediaBrowser.Server.Startup.Common/INativeApp.cs +++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs @@ -100,5 +100,7 @@ namespace MediaBrowser.Server.Startup.Common IPowerManagement GetPowerManagement(); FFMpegInstallInfo GetFfmpegInstallInfo(); + + void LaunchUrl(string url); } } |
