mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
New: Search for newly added past albums after artist is refreshed
Fixes #195
This commit is contained in:
@@ -134,6 +134,8 @@ namespace NzbDrone.Core.Music
|
||||
|
||||
_albumService.DeleteMany(existingAlbums);
|
||||
|
||||
_eventAggregator.PublishEvent(new AlbumInfoRefreshedEvent(artist, newAlbumsList, updateAlbumsList));
|
||||
|
||||
_logger.Debug("Finished artist refresh for {0}", artist.Name);
|
||||
_eventAggregator.PublishEvent(new ArtistUpdatedEvent(artist));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user