mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-11 12:46:20 +00:00
update child count creation
This commit is contained in:
@@ -549,8 +549,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
|
||||
private int GetChildCount(Folder folder, User user)
|
||||
{
|
||||
return folder.GetChildren(user, true)
|
||||
.Count();
|
||||
return folder.GetChildCount(user);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user