sync updates

This commit is contained in:
Luke Pulverenti
2014-12-28 12:59:40 -05:00
parent 5278959ede
commit 726cf9697a
56 changed files with 184 additions and 134 deletions

View File

@@ -24,10 +24,5 @@ namespace MediaBrowser.Model.Sync
/// </summary>
/// <value>The type of the image.</value>
public ImageType ImageType { get; set; }
/// <summary>
/// Gets or sets the item identifier.
/// </summary>
/// <value>The item identifier.</value>
public string ItemId { get; set; }
}
}