diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-12-03 17:14:35 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-12-03 17:14:35 -0500 |
| commit | 8717f81bf406fb4f78adf117fd380f37bd6a98fc (patch) | |
| tree | 57054284972548f6990bb5df5905857c4eef34a3 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 70b0dd968fc381faacbf2207e3a5364d793bd98e (diff) | |
Add setting to auto-run web app when server starts
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 89ae85b50..3f7f8248b 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -29,7 +29,9 @@ namespace MediaBrowser.Controller /// </summary> /// <value><c>true</c> if [supports automatic run at startup]; otherwise, <c>false</c>.</value> bool SupportsAutoRunAtStartup { get; } - + + bool CanLaunchWebBrowser { get; } + /// <summary> /// Gets the HTTP server port. /// </summary> |
