update sync cancellation

This commit is contained in:
Luke Pulverenti
2016-12-28 03:16:21 -05:00
parent 0fd7e89039
commit 28bbe32d1d
3 changed files with 18 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ namespace MediaBrowser.Model.Sync
/// <value>The user identifier.</value>
public string UserId { get; set; }
public string ExcludeTargetIds { get; set; }
public string ItemId { get; set; }
/// <summary>
/// Gets or sets the status.
/// </summary>