mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-17 21:20:46 +01:00
Added some api client methods, as well as logo and backdrop parents
This commit is contained in:
parent
f61227fec0
commit
2cab5712a7
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user