diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-12-15 00:16:23 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-12-15 00:16:23 -0500 |
| commit | e92e0365747c04f081be0efbb9afb78dc96aef9b (patch) | |
| tree | 51a7d2c0647d491737ca0bf9b9b8b3a11e9ee313 /MediaBrowser.Model/Sync/SyncJob.cs | |
| parent | ed31b883f4bf1884ee974171501e61f83c768379 (diff) | |
add new sync methods
Diffstat (limited to 'MediaBrowser.Model/Sync/SyncJob.cs')
| -rw-r--r-- | MediaBrowser.Model/Sync/SyncJob.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Model/Sync/SyncJob.cs b/MediaBrowser.Model/Sync/SyncJob.cs index db67f3cbb5..491223db51 100644 --- a/MediaBrowser.Model/Sync/SyncJob.cs +++ b/MediaBrowser.Model/Sync/SyncJob.cs @@ -46,11 +46,6 @@ namespace MediaBrowser.Model.Sync /// <value><c>true</c> if [unwatched only]; otherwise, <c>false</c>.</value> public bool UnwatchedOnly { get; set; } /// <summary> - /// Gets or sets a value indicating whether [remove when watched]. - /// </summary> - /// <value><c>true</c> if [remove when watched]; otherwise, <c>false</c>.</value> - public bool RemoveWhenWatched { get; set; } - /// <summary> /// Gets or sets a value indicating whether [synchronize new content]. /// </summary> /// <value><c>true</c> if [synchronize new content]; otherwise, <c>false</c>.</value> |
