mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14788] [CLOSED] Trigger library rescan after updating file's metadata to display correct album artists #14112
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/14788
Author: @MateoTomaszeuski
Created: 9/12/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
4870623Trigger library rescan after updating file's metadata to display correct album artists5e37651implemented testing for library scans508a4d2Merge branch 'jellyfin:master' into master64ee803Merge branch 'jellyfin:master' into master6263552fix artists with same name but different id are merging with tests📊 Changes
4 files changed (+429 additions, -6 deletions)
View changed files
📝
Jellyfin.Api/Controllers/ItemUpdateController.cs(+61 -5)📝
MediaBrowser.Controller/Entities/Audio/MusicArtist.cs(+11 -1)➕
tests/Jellyfin.Api.Tests/Controllers/ArtistMergingTests.cs(+145 -0)➕
tests/Jellyfin.Api.Tests/Controllers/ItemUpdateControllerTests.cs(+212 -0)📄 Description
Changes
Queded a refresh / rescan of a library after updating a files metadata (Web Browser in occations will need to be refreshed to show changes)
Issues
Fixes #14679 - When working on it, we realized that the Album artists were actually being displayed correclty within the Songs tab, but when going to the Album Artist tab, the old metadata was being updated
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.