mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05: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