Fix AlbumArtistIds filter to use correct ItemValueType (#14641)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user