mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #14843] [MERGED] Fix ordering where exists #14144
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/14843
Author: @JPVenson
Created: 9/23/2025
Status: ✅ Merged
Merged: 9/24/2025
Merged by: @crobibero
Base:
master← Head:bugfix/FixPeopleOrdering📝 Commits (6)
98fa161Fix ordering where exists65b21fcFix people orderingb448b95Redefine people Orderingbcc3660Redefine ordering9020812Test new sort order generationf0c5f68Merge remote-tracking branch 'jellyfinorigin/master' into bugfix/FixPeopleOrdering📊 Changes
1 file changed (+15 additions, -8 deletions)
View changed files
📝
Jellyfin.Server.Implementations/Item/PeopleRepository.cs(+15 -8)📄 Description
Readds the ordering to Person queries.
In difference to 10.10 the new system orders the person data in relation to the looked up baseitem if provided by the query and then orders by ActorType and then by name.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.