[PR #14864] [MERGED] Fix people deduplication lookup #14152

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

📋 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: masterHead: bugfix/fixPeopleDedupe


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14864 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 9/25/2025 **Status:** ✅ Merged **Merged:** 9/26/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `bugfix/fixPeopleDedupe` --- ### 📝 Commits (3) - [`a4d2d65`](https://github.com/jellyfin/jellyfin/commit/a4d2d65ce00af8b08ab9eea92b381a8c463a4689) Fix people deduplication lookup - [`80a7f9b`](https://github.com/jellyfin/jellyfin/commit/80a7f9b7e9b05a7605362c9fcae8f5d26a78d7ea) Add Role to Key in map - [`0d8ed01`](https://github.com/jellyfin/jellyfin/commit/0d8ed01ec07b2b6aaf04c3141164988fb7d80e0e) make role non-nullable ### 📊 Changes **5 files changed** (+1786 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <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:25:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14152