mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03: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