mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14864] [MERGED] Fix people deduplication lookup #14152
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/14864
Author: @JPVenson
Created: 9/25/2025
Status: ✅ Merged
Merged: 9/26/2025
Merged by: @crobibero
Base:
master← Head:bugfix/fixPeopleDedupe📝 Commits (3)
a4d2d65Fix people deduplication lookup80a7f9bAdd Role to Key in map0d8ed01make role non-nullable📊 Changes
5 files changed (+1786 additions, -6 deletions)
View changed files
📝
Jellyfin.Server.Implementations/Item/PeopleRepository.cs(+6 -1)📝
src/Jellyfin.Database/Jellyfin.Database.Implementations/ModelConfiguration/PeopleBaseItemMapConfiguration.cs(+1 -1)➕
src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/20250925203415_ExtendPeopleMapKey.Designer.cs(+1721 -0)➕
src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/20250925203415_ExtendPeopleMapKey.cs(+54 -0)📝
src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/JellyfinDbModelSnapshot.cs(+4 -4)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.