mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-25 18:16:45 +00: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