mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14284] [MERGED] Fix People Issues #13919
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/14284
Author: @Shadowghost
Created: 6/11/2025
Status: ✅ Merged
Merged: 6/12/2025
Merged by: @crobibero
Base:
master← Head:fix-music-people📝 Commits (3)
e7d7084Fix People association for Albums11adbefSkip person creation if internal metadata folder creation fails3599c3fUpdate Emby.Server.Implementations/Library/LibraryManager.cs📊 Changes
3 files changed (+36 additions, -23 deletions)
View changed files
📝
Emby.Server.Implementations/Library/LibraryManager.cs(+22 -14)📝
MediaBrowser.Providers/Manager/MetadataService.cs(+1 -2)📝
MediaBrowser.Providers/Music/AlbumMetadataService.cs(+13 -7)📄 Description
People need to be associated AFTER the item is created, otherwise foreign key issues happen.
Changes
SetPeopleto be run after saving instead of when updating metadata from childrenIssues
Fixes #14245
Fixes #14283
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.