mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #13616] [MERGED] Include PeopleBaseItemMap in GetPeople to inlcude Role and SortOrder #13653
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/13616
Author: @Lampan-git
Created: 2/25/2025
Status: ✅ Merged
Merged: 3/24/2025
Merged by: @nielsvanvelzen
Base:
master← Head:fix_people_role📝 Commits (5)
d28ee96Include PeopleBaseItemMap in GetPeople4e3d738Change GetPeople PeopleBaseItemMap code to querye137a06Change PeopleBaseItemMap query from GroupJoin to Include7abb94dMove mapping assignment to Mapcf1f251Preserve null sortOrder during migration📊 Changes
2 files changed (+10 additions, -3 deletions)
View changed files
📝
Jellyfin.Server.Implementations/Item/PeopleRepository.cs(+9 -0)📝
Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs(+1 -3)📄 Description
Changes
Includes PeopleBaseItemMap in GetPeople so that we get Role and SortOrder as well.
Issues
Fixes #13158
Fixes #13579
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.