[PR #15380] [MERGED] Fix item count display for collapsed items #14293

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15380
Author: @theguymadmax
Created: 11/4/2025
Status: Merged
Merged: 11/8/2025
Merged by: @crobibero

Base: release-10.11.zHead: fix-item-count


📝 Commits (2)

  • f741c67 Fix item count display for collapsed items
  • 4f85e3c Account for pagination

📊 Changes

1 file changed (+11 additions, -7 deletions)

View changed files

📝 MediaBrowser.Controller/Entities/Folder.cs (+11 -7)

📄 Description

Changes
Fix total item count to match when boxsets are collapsed.

Issues
Fixes #15356


🔄 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/15380 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 11/4/2025 **Status:** ✅ Merged **Merged:** 11/8/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `fix-item-count` --- ### 📝 Commits (2) - [`f741c67`](https://github.com/jellyfin/jellyfin/commit/f741c675f9fb376907835df2533b8c812a78f429) Fix item count display for collapsed items - [`4f85e3c`](https://github.com/jellyfin/jellyfin/commit/4f85e3c33903a4c42b49d15a488dd283cc309185) Account for pagination ### 📊 Changes **1 file changed** (+11 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/Folder.cs` (+11 -7) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Fix total item count to match when boxsets are collapsed. **Issues** Fixes #15356 --- <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:27:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14293