mirror of https://github.com/lidarr/Lidarr
Remove duplicate ArtistDeleteEvent Handle
This commit is contained in:
parent
e6bf157302
commit
52f4f1de03
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue