diff options
Diffstat (limited to 'MediaBrowser.Model/System')
| -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> |
