aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/SystemInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-12-03 17:14:35 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-12-03 17:14:35 -0500
commit8717f81bf406fb4f78adf117fd380f37bd6a98fc (patch)
tree57054284972548f6990bb5df5905857c4eef34a3 /MediaBrowser.Model/System/SystemInfo.cs
parent70b0dd968fc381faacbf2207e3a5364d793bd98e (diff)
Add setting to auto-run web app when server starts
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
-rw-r--r--MediaBrowser.Model/System/SystemInfo.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs
index b61d63729..9ed0f904f 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -68,6 +68,8 @@ namespace MediaBrowser.Model.System
/// <value><c>true</c> if this instance can self update; otherwise, <c>false</c>.</value>
public bool CanSelfUpdate { get; set; }
+ public bool CanLaunchWebBrowser { get; set; }
+
/// <summary>
/// Gets or sets plugin assemblies that failed to load.
/// </summary>