mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 14:50:17 -05:00
Fix AlbumArtistIds filter to use correct ItemValueType (#14641)
This commit is contained in:
parent
50180adc53
commit
ad133eb6b9
@ -1967,7 +1967,7 @@ public sealed class BaseItemRepository
|
||||
|
||||
if (filter.AlbumArtistIds.Length > 0)
|
||||
{
|
||||
baseQuery = baseQuery.WhereReferencedItem(context, ItemValueType.Artist, filter.AlbumArtistIds);
|
||||
baseQuery = baseQuery.WhereReferencedItem(context, ItemValueType.AlbumArtist, filter.AlbumArtistIds);
|
||||
}
|
||||
|
||||
if (filter.ContributingArtistIds.Length > 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user