aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/SystemInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
-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>