mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-10 01:38:49 +01:00
update season queries
This commit is contained in:
@@ -458,7 +458,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
|
||||
dto.UserData = await _userDataRepository.GetUserDataDto(item, dto, user).ConfigureAwait(false);
|
||||
|
||||
if (item.SourceType == SourceType.Library)
|
||||
if (!dto.ChildCount.HasValue && item.SourceType == SourceType.Library)
|
||||
{
|
||||
dto.ChildCount = GetChildCount(folder, user);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user