mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-30 06:58:08 +00:00
possible fix for missing content
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user