mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
More Work on Album Filtering per Artist
This commit is contained in:
@@ -86,7 +86,7 @@ namespace NzbDrone.Core.Music
|
||||
|
||||
try
|
||||
{
|
||||
tuple = _artistInfo.GetArtistInfo(newArtist.ForeignArtistId);
|
||||
tuple = _artistInfo.GetArtistInfo(newArtist.ForeignArtistId, newArtist.PrimaryAlbumTypes, newArtist.SecondaryAlbumTypes);
|
||||
}
|
||||
catch (ArtistNotFoundException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user