mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:08:33 +00:00
possible fix for missing content
This commit is contained in:
parent
0eaba37c11
commit
be18983f91
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue