mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
fix folder user data
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user