mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-04 06:13:43 +01:00
commit
375319e92b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue