[PR #15816] [MERGED] Fix artist display order #14429

Closed
opened 2026-02-07 07:29:40 +03:00 by OVERLORD · 0 comments
Owner

📋 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.zHead: preserve-artist-order


📝 Commits (4)

  • 2ccf08f Fix artist display order
  • a8d1cde Address review comments
  • 94edcbd Fix artist ordering DtoServices
  • 2df546a Deduplicate 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/15816 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 12/17/2025 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `release-10.11.z` ← **Head:** `preserve-artist-order` --- ### 📝 Commits (4) - [`2ccf08f`](https://github.com/jellyfin/jellyfin/commit/2ccf08f547346d81de39fac5b3ff680d49f15d28) Fix artist display order - [`a8d1cde`](https://github.com/jellyfin/jellyfin/commit/a8d1cdefaca1dd0ce3dc6efa63461643e18f6116) Address review comments - [`94edcbd`](https://github.com/jellyfin/jellyfin/commit/94edcbd2d1c8130cf728ed7566694e161dd12b39) Fix artist ordering DtoServices - [`2df546a`](https://github.com/jellyfin/jellyfin/commit/2df546af6d33f079f9b1d7a85a9e6b10c09e1fb4) Deduplicate using Distinct ### 📊 Changes **2 files changed** (+35 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Dto/DtoService.cs` (+19 -34) 📝 `Jellyfin.Server.Implementations/Item/BaseItemRepository.cs` (+16 -1) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:29:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14429