mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5457] [MERGED] Use distinct for AllArtists to avoid double refreshing #10529
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/5457
Author: @cvium
Created: 3/10/2021
Status: ✅ Merged
Merged: 3/12/2021
Merged by: @Bond-009
Base:
master← Head:fix_double_artist📝 Commits (1)
c5a8700Use distinct for artists to avoid double refreshing📊 Changes
2 files changed (+7 additions, -13 deletions)
View changed files
📝
MediaBrowser.Controller/Entities/Audio/IHasAlbumArtist.cs(+3 -9)📝
MediaBrowser.Controller/Library/NameExtensions.cs(+4 -4)📄 Description
It's not uncommon for an artist to be tagged as Artist and AlbumArtist in which case this line
ee23d06154/MediaBrowser.Controller/Entities/Audio/MusicAlbum.cs (L202)will refresh the artist twice. This can lead to some weird behaviour.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.