mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Fixed: Frontend updates when selected album release changed
This commit is contained in:
@@ -275,7 +275,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
if (message.ArtistId.HasValue)
|
||||
{
|
||||
var artist = _artistService.GetArtist(message.ArtistId.Value);
|
||||
Scan(artist);
|
||||
Scan(artist, message.Filter);
|
||||
}
|
||||
|
||||
else
|
||||
@@ -284,7 +284,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
|
||||
foreach (var artist in allArtists)
|
||||
{
|
||||
Scan(artist);
|
||||
Scan(artist, message.Filter);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user