mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13720] [MERGED] Fix regression where "Search for missing metadata" not handling cast having multiple roles #13680
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/13720
Author: @Lampan-git
Created: 3/15/2025
Status: ✅ Merged
Merged: 3/20/2025
Merged by: @Bond-009
Base:
release-10.10.z← Head:fix_people_multiple📝 Commits (1)
78d9fa7fix Missing metadata search where cast has multiple roles📊 Changes
1 file changed (+15 additions, -4 deletions)
View changed files
📝
MediaBrowser.Providers/Manager/MetadataService.cs(+15 -4)📄 Description
Changes
Fix regression from #13618 where it doesn't handle cast having multiple roles, as this it give the values from the first occurrence to everything else, and as null values are valid for sortOrder it overwrites the sortOrder of those roles which shouldn't have any.
This is done by grouping the target by name and then looping through the name groupings.
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.