mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
commit
375319e92b
@ -499,7 +499,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
{
|
||||
dto.ChildCount = GetChildCount(folder, user);
|
||||
|
||||
if (!folder.SupportsUserDataFromChildren)
|
||||
if (folder.SupportsUserDataFromChildren)
|
||||
{
|
||||
SetSpecialCounts(folder, user, dto, fields, syncProgress);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user