[PR #14736] [MERGED] Fix latest items grouping by collection type #14088

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

📋 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: masterHead: latest-grouped-movie-fix


📝 Commits (2)

  • 8d5a2c3 Fix latest items grouping by collection type
  • 6026901 Update 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 UserViewManager to correctly detect collection types by checking both ICollectionFolder and UserView objects. This replaces the previous All()-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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14736 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 9/2/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `latest-grouped-movie-fix` --- ### 📝 Commits (2) - [`8d5a2c3`](https://github.com/jellyfin/jellyfin/commit/8d5a2c3a2a02adbfa8b4d1099911777b9cfbce75) Fix latest items grouping by collection type - [`6026901`](https://github.com/jellyfin/jellyfin/commit/602690114a34af8fded4c324b83105ccfe16c8e9) Update Emby.Server.Implementations/Library/UserViewManager.cs ### 📊 Changes **1 file changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/UserViewManager.cs` (+11 -2) </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** Update `UserViewManager` to correctly detect collection types by checking both ICollectionFolder and UserView objects. This replaces the previous `All()`-based checks, which caused grouped movies to be misclassified as a tvshows collection type. **Issues** Fixes #14735 --- <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:24:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14088