Added some api client methods, as well as logo and backdrop parents

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-03 11:54:05 -04:00
parent f61227fec0
commit 2cab5712a7
4 changed files with 113 additions and 15 deletions

View File

@@ -44,5 +44,9 @@ namespace MediaBrowser.Model.Entities
/// If the item does not have a logo, this will hold the Id of the Parent that has one.
/// </summary>
public Guid? ParentLogoItemId { get; set; }
public Guid? ParentBackdropItemId { get; set; }
public int? ParentBackdropCount { get; set; }
}
}