|
|
@ -499,7 +499,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
|
|
|
{
|
|
|
|
{
|
|
|
|
dto.ChildCount = GetChildCount(folder, user);
|
|
|
|
dto.ChildCount = GetChildCount(folder, user);
|
|
|
|
|
|
|
|
|
|
|
|
if (!folder.SupportsUserDataFromChildren)
|
|
|
|
if (folder.SupportsUserDataFromChildren)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
SetSpecialCounts(folder, user, dto, fields, syncProgress);
|
|
|
|
SetSpecialCounts(folder, user, dto, fields, syncProgress);
|
|
|
|
}
|
|
|
|
}
|
|
|
|