add ignore attribute

This commit is contained in:
Luke Pulverenti
2016-05-19 15:06:58 -04:00
parent edfc55fdf6
commit defbe7c4af
3 changed files with 3 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ namespace MediaBrowser.Controller.Entities
/// Our children are actually just references to the ones in the physical root...
/// </summary>
/// <value>The actual children.</value>
[IgnoreDataMember]
protected override IEnumerable<BaseItem> ActualChildren
{
get { return GetActualChildren(); }