add image editing to library setup

This commit is contained in:
Luke Pulverenti
2015-10-16 01:36:16 -04:00
parent a8e5aba643
commit 3741eb2426
3 changed files with 20 additions and 2 deletions

View File

@@ -33,6 +33,12 @@ namespace MediaBrowser.Model.Entities
Locations = new List<string>();
}
/// <summary>
/// Gets or sets the item identifier.
/// </summary>
/// <value>The item identifier.</value>
public string ItemId { get; set; }
/// <summary>
/// Gets or sets the primary image item identifier.
/// </summary>