[PR #15373] [MERGED] Fix collection grouping in mixed libraries #14289

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15373
Author: @theguymadmax
Created: 11/3/2025
Status: Merged
Merged: 11/9/2025
Merged by: @crobibero

Base: release-10.11.zHead: collection-grouping-in-mixed-libraries


📝 Commits (1)

  • 23718dc Fix collection grouping in mixed libraries

📊 Changes

1 file changed (+56 additions, -17 deletions)

View changed files

📝 MediaBrowser.Controller/Entities/Folder.cs (+56 -17)

📄 Description

Due to the regression from #13236, grouping collections in mixed libraries was broken.

Changes
Modified the collection grouping logic to respect individual movie and series grouping settings. When only one type has grouping enabled (e.g., movies enabled but series disabled), only that type will be collapsed into collections. Previously, the setting was not working in mixed libraries.

Issues
Fixes #15129


🔄 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/15373 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 11/3/2025 **Status:** ✅ Merged **Merged:** 11/9/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `collection-grouping-in-mixed-libraries` --- ### 📝 Commits (1) - [`23718dc`](https://github.com/jellyfin/jellyfin/commit/23718dc750e7fc97a8c31910bd172ffbfdbb0d3e) Fix collection grouping in mixed libraries ### 📊 Changes **1 file changed** (+56 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/Folder.cs` (+56 -17) </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. --> Due to the regression from #13236, grouping collections in mixed libraries was broken. **Changes** Modified the collection grouping logic to respect individual movie and series grouping settings. When only one type has grouping enabled (e.g., movies enabled but series disabled), only that type will be collapsed into collections. Previously, the setting was not working in mixed libraries. **Issues** Fixes #15129 --- <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:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14289