mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
fix mono build
This commit is contained in:
parent
a3af6f2ed8
commit
16a10e8b6e
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ namespace MediaBrowser.Controller.Entities
|
|||
/// <returns>IList{BaseItem}.</returns>
|
||||
public IList<BaseItem> GetRecursiveChildren()
|
||||
{
|
||||
return GetRecursiveChildren(null);
|
||||
return GetRecursiveChildren(i => true);
|
||||
}
|
||||
|
||||
public IList<BaseItem> GetRecursiveChildren(Func<BaseItem, bool> filter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue