mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15373] [MERGED] Fix collection grouping in mixed libraries #14289
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/15373
Author: @theguymadmax
Created: 11/3/2025
Status: ✅ Merged
Merged: 11/9/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:collection-grouping-in-mixed-libraries📝 Commits (1)
23718dcFix 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.