possible fix for missing content
This commit is contained in:
parent
0eaba37c11
commit
be18983f91
|
@ -158,7 +158,7 @@ namespace MediaBrowser.Controller.Entities
|
|||
/// <value>The actual children.</value>
|
||||
protected override IEnumerable<BaseItem> ActualChildren
|
||||
{
|
||||
get { return _actualChildren ?? (_actualChildren = GetActualChildren()); }
|
||||
get { return GetActualChildren(); }
|
||||
}
|
||||
|
||||
private IEnumerable<BaseItem> GetActualChildren()
|
||||
|
|
Loading…
Reference in New Issue
Block a user