diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-04 14:13:00 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-04 14:13:00 -0500 |
| commit | f2c3e014b7b86d2e4792ce5214be44b250813ae6 (patch) | |
| tree | 5ecb8cabf8a8f102748d546c2de27c838de739c6 /MediaBrowser.Model/System/SystemInfo.cs | |
| parent | 6c3209e3f95cc537cc97984ba5a4d5eee0373424 (diff) | |
sync updates
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index ce081d5f2..8c1fc759f 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -39,6 +39,12 @@ namespace MediaBrowser.Model.System public bool HasPendingRestart { get; set; } /// <summary> + /// Gets or sets a value indicating whether [supports synchronize]. + /// </summary> + /// <value><c>true</c> if [supports synchronize]; otherwise, <c>false</c>.</value> + public bool SupportsSync { get; set; } + + /// <summary> /// Gets or sets a value indicating whether this instance is network deployed. /// </summary> /// <value><c>true</c> if this instance is network deployed; otherwise, <c>false</c>.</value> |
