mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-03 19:08:20 -04:00
Remove duplicate ArtistDeleteEvent Handle
This commit is contained in:
@@ -187,10 +187,5 @@ namespace NzbDrone.Core.Music
|
||||
var albums = GetAlbumsByArtist(message.Artist.Id);
|
||||
_albumRepository.DeleteMany(albums);
|
||||
}
|
||||
|
||||
public void Handle(ArtistDeletedEvent message)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user