mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Added support for linked children
This commit is contained in:
@@ -229,7 +229,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
|
||||
{
|
||||
var user = _userManager.GetUserById(userId);
|
||||
|
||||
var collections = user.RootFolder.GetChildren(user).ToList();
|
||||
var collections = user.RootFolder.GetChildren(user, true).ToList();
|
||||
|
||||
var allRecursiveChildren = user.RootFolder.GetRecursiveChildren(user).ToDictionary(i => i.Id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user