mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14148] [MERGED] Fix collection behavior when sorting by rating or runtime #13857
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/14148
Author: @theguymadmax
Created: 5/21/2025
Status: ✅ Merged
Merged: 5/22/2025
Merged by: @crobibero
Base:
master← Head:boxset-collapse-fix📝 Commits (1)
c090a81Fix 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
IsPlayedcheckRemoved non-functional
MinCommunityRatingandMinCriticRatingchecksAdded new condition to check
CommunityRating,CriticRating, orRuntimeIssues
Fixes: #10478
Fixes: #13412
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.