From 0ee844dd46f98a009c656afb3ca8618902a725d8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 3 Oct 2015 14:13:53 -0400 Subject: hide library monitor from certain operating systems --- MediaBrowser.Model/System/SystemInfo.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'MediaBrowser.Model/System') 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; } /// - /// Gets or sets a value indicating whether [supports synchronize]. + /// Gets or sets a value indicating whether [supports library monitor]. /// - /// true if [supports synchronize]; otherwise, false. - public bool SupportsSync { get; set; } - + /// true if [supports library monitor]; otherwise, false. + public bool SupportsLibraryMonitor { get; set; } + /// /// Gets or sets a value indicating whether this instance is network deployed. /// -- cgit v1.2.3