mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15816] [MERGED] Fix artist display order #14429
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/15816
Author: @theguymadmax
Created: 12/17/2025
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @joshuaboniface
Base:
release-10.11.z← Head:preserve-artist-order📝 Commits (4)
2ccf08fFix artist display ordera8d1cdeAddress review comments94edcbdFix artist ordering DtoServices2df546aDeduplicate using Distinct📊 Changes
2 files changed (+35 additions, -35 deletions)
View changed files
📝
Emby.Server.Implementations/Dto/DtoService.cs(+19 -34)📝
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs(+16 -1)📄 Description
Changes
Reconstruct the artist dictionary using the original input order so artists are returned in the same order as stored in database.
Issues
Fixes: https://github.com/jellyfin/jellyfin/issues/15283#issuecomment-3663664230
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.