mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #14931] [MERGED] fix: get total count after grouping #14179
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/14931
Author: @lostb1t
Created: 10/2/2025
Status: ✅ Merged
Merged: 10/3/2025
Merged by: @crobibero
Base:
master← Head:fix/totalrecordcount📝 Commits (1)
bd9483afix: get total count after grouping📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs(+2 -1)📄 Description
Currently the total record count for getitems is populated before grouping. Which results in the wrong count if grouping is applied.
This fixes the issue by getting the total count after grouping
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.