[PR #14641] [MERGED] Fix AlbumArtistIds filter to use correct ItemValueType #14060

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14641
Author: @evan314159
Created: 8/13/2025
Status: Merged
Merged: 8/13/2025
Merged by: @crobibero

Base: masterHead: fix-albumartistids-filter


📝 Commits (1)

  • 42af623 Fix AlbumArtistIds filter to use correct ItemValueType

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Jellyfin.Server.Implementations/Item/BaseItemRepository.cs (+1 -1)

📄 Description

Changes
Use ItemValueType.AlbumArtist instead of ItemValueType.Artist when filtering by AlbumArtistIds to ensure the correct items are returned.

Issues
No issue raised


🔄 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/14641 **Author:** [@evan314159](https://github.com/evan314159) **Created:** 8/13/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `fix-albumartistids-filter` --- ### 📝 Commits (1) - [`42af623`](https://github.com/jellyfin/jellyfin/commit/42af623d2cc636dbf1940f3a390c24615d3c6b7d) Fix AlbumArtistIds filter to use correct ItemValueType ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Item/BaseItemRepository.cs` (+1 -1) </details> ### 📄 Description **Changes** Use ItemValueType.AlbumArtist instead of ItemValueType.Artist when filtering by AlbumArtistIds to ensure the correct items are returned. **Issues** No issue raised --- <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:23:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14060