[PR #14931] [MERGED] fix: get total count after grouping #14179

Closed
opened 2026-02-07 07:25:43 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: fix/totalrecordcount


📝 Commits (1)

  • bd9483a fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14931 **Author:** [@lostb1t](https://github.com/lostb1t) **Created:** 10/2/2025 **Status:** ✅ Merged **Merged:** 10/3/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix/totalrecordcount` --- ### 📝 Commits (1) - [`bd9483a`](https://github.com/jellyfin/jellyfin/commit/bd9483a2217e519d03a0488a2e49c99e0ec25495) fix: get total count after grouping ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Item/BaseItemRepository.cs` (+2 -1) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:25:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14179