New: Search for newly added past albums after artist is refreshed

Fixes #195
This commit is contained in:
Qstick
2018-03-19 21:56:05 -04:00
parent b03b3d8243
commit 221c670bf9
5 changed files with 91 additions and 30 deletions
@@ -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));
}