[PR #14148] [MERGED] Fix collection behavior when sorting by rating or runtime #13857

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14148
Author: @theguymadmax
Created: 5/21/2025
Status: Merged
Merged: 5/22/2025
Merged by: @crobibero

Base: masterHead: boxset-collapse-fix


📝 Commits (1)

  • c090a81 Fix collection behavior when sorting by rating or runtime

📊 Changes

1 file changed (+5 additions, -12 deletions)

View changed files

📝 MediaBrowser.Controller/Entities/Folder.cs (+5 -12)

📄 Description

Changes
Expands the collection when sorting by community rating, critic rating, or runtime.

Removed duplicate IsPlayed check
Removed non-functional MinCommunityRating and MinCriticRating checks
Added new condition to check CommunityRating, CriticRating, or Runtime

Issues
Fixes: #10478
Fixes: #13412


🔄 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/14148 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 5/21/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `boxset-collapse-fix` --- ### 📝 Commits (1) - [`c090a81`](https://github.com/jellyfin/jellyfin/commit/c090a8142f6b344b32c694370fa75dd5cf29bb80) Fix collection behavior when sorting by rating or runtime ### 📊 Changes **1 file changed** (+5 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/Folder.cs` (+5 -12) </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** Expands the collection when sorting by community rating, critic rating, or runtime. Removed duplicate `IsPlayed` check Removed non-functional `MinCommunityRating` and `MinCriticRating` checks Added new condition to check `CommunityRating`, `CriticRating`, or `Runtime` **Issues** Fixes: #10478 Fixes: #13412 --- <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:20:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13857