diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-12-03 17:17:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-03 17:17:48 -0500 |
| commit | 70a73984b8de5e7880f9accff60fe9fac5a664d7 (patch) | |
| tree | 2dd77535d4450f91bac63903906d4aca8964beec /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | defc35aedc703741239f71e161f8008caba8b746 (diff) | |
| parent | 4ec4d38f49f6e6d64b7de190e44e9729291f6837 (diff) | |
Merge pull request #3051 from MediaBrowser/dev
Dev
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> |
