mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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>
|
/// <value>The actual children.</value>
|
||||||
protected override IEnumerable<BaseItem> ActualChildren
|
protected override IEnumerable<BaseItem> ActualChildren
|
||||||
{
|
{
|
||||||
get { return _actualChildren ?? (_actualChildren = GetActualChildren()); }
|
get { return GetActualChildren(); }
|
||||||
}
|
}
|
||||||
|
|
||||||
private IEnumerable<BaseItem> GetActualChildren()
|
private IEnumerable<BaseItem> GetActualChildren()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user