diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-12-15 00:49:04 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-12-15 00:49:04 -0500 |
| commit | 7f7d2f85e324bc9e2c6b170c89af0541601e8cad (patch) | |
| tree | a6433ddb30c1d18e75b4619fe2b06623c6fbf92f /MediaBrowser.Model/Devices/DeviceQuery.cs | |
| parent | e92e0365747c04f081be0efbb9afb78dc96aef9b (diff) | |
display sync targets
Diffstat (limited to 'MediaBrowser.Model/Devices/DeviceQuery.cs')
| -rw-r--r-- | MediaBrowser.Model/Devices/DeviceQuery.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Devices/DeviceQuery.cs b/MediaBrowser.Model/Devices/DeviceQuery.cs index 76f7117b6..c3b4313f4 100644 --- a/MediaBrowser.Model/Devices/DeviceQuery.cs +++ b/MediaBrowser.Model/Devices/DeviceQuery.cs @@ -13,5 +13,10 @@ namespace MediaBrowser.Model.Devices /// </summary> /// <value><c>null</c> if [supports unique identifier] contains no value, <c>true</c> if [supports unique identifier]; otherwise, <c>false</c>.</value> public bool? SupportsUniqueIdentifier { get; set; } + /// <summary> + /// Gets or sets a value indicating whether [supports synchronize]. + /// </summary> + /// <value><c>null</c> if [supports synchronize] contains no value, <c>true</c> if [supports synchronize]; otherwise, <c>false</c>.</value> + public bool? SupportsSync { get; set; } } } |
