mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14736] [MERGED] Fix latest items grouping by collection type #14088
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/14736
Author: @theguymadmax
Created: 9/2/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @Bond-009
Base:
master← Head:latest-grouped-movie-fix📝 Commits (2)
8d5a2c3Fix latest items grouping by collection type6026901Update Emby.Server.Implementations/Library/UserViewManager.cs📊 Changes
1 file changed (+11 additions, -2 deletions)
View changed files
📝
Emby.Server.Implementations/Library/UserViewManager.cs(+11 -2)📄 Description
Changes
Update
UserViewManagerto correctly detect collection types by checking both ICollectionFolder and UserView objects. This replaces the previousAll()-based checks, which caused grouped movies to be misclassified as a tvshows collection type.Issues
Fixes #14735
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.