mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-11 09:13:54 -04:00
fix folder user data
This commit is contained in:
parent
568e339ae8
commit
5f609dca81
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user