aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-08 21:15:31 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-08 21:15:31 -0400
commita2dc5e090bac15ee2dd7c83281aa9fada1f74734 (patch)
tree5f6da5aa9c9faed8a4c0ff05d504043adad3efc3 /MediaBrowser.Model/System
parent09bffa1b560f2d9e43735f3c6de881e17b2c245f (diff)
update translations
Diffstat (limited to 'MediaBrowser.Model/System')
-rw-r--r--MediaBrowser.Model/System/SystemInfo.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs
index 4e0d82191..b348277c3 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -21,6 +21,12 @@ namespace MediaBrowser.Model.System
public bool IsRunningAsService { get; set; }
/// <summary>
+ /// Gets or sets a value indicating whether [supports running as service].
+ /// </summary>
+ /// <value><c>true</c> if [supports running as service]; otherwise, <c>false</c>.</value>
+ public bool SupportsRunningAsService { get; set; }
+
+ /// <summary>
/// Gets or sets the mac address.
/// </summary>
/// <value>The mac address.</value>