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-23 23:03:49 -0400 |
| commit | ebf0eeb3bd68cd5532e965167936537223521658 (patch) | |
| tree | cd9baef6146afb1065956d14079e0dbc1c86adb4 /MediaBrowser.Server.Startup.Common/INativeApp.cs | |
| parent | 75fcde417ab18b8de01fdd42f819b1fe93d8a064 (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 00f987d3cd..c0758b47f5 100644 --- a/MediaBrowser.Server.Startup.Common/INativeApp.cs +++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs @@ -102,5 +102,7 @@ namespace MediaBrowser.Server.Startup.Common IPowerManagement GetPowerManagement(); FFMpegInstallInfo GetFfmpegInstallInfo(); + + void LaunchUrl(string url); } } |
