aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-03 14:13:53 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-03 14:13:53 -0400
commit0ee844dd46f98a009c656afb3ca8618902a725d8 (patch)
tree00c46f351256c074c249d64078a2f6c276a6f3a0 /MediaBrowser.Model/System
parent63b218be44656a7ff81b22441941611178d26847 (diff)
hide library monitor from certain operating systems
Diffstat (limited to 'MediaBrowser.Model/System')
-rw-r--r--MediaBrowser.Model/System/SystemInfo.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs
index c8209baa8..e3e8c7be2 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -39,11 +39,11 @@ namespace MediaBrowser.Model.System
public bool HasPendingRestart { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether [supports synchronize].
+ /// Gets or sets a value indicating whether [supports library monitor].
/// </summary>
- /// <value><c>true</c> if [supports synchronize]; otherwise, <c>false</c>.</value>
- public bool SupportsSync { get; set; }
-
+ /// <value><c>true</c> if [supports library monitor]; otherwise, <c>false</c>.</value>
+ public bool SupportsLibraryMonitor { get; set; }
+
/// <summary>
/// Gets or sets a value indicating whether this instance is network deployed.
/// </summary>