mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Remove duplicate ArtistDeleteEvent Handle
This commit is contained in:
parent
e6bf157302
commit
52f4f1de03
1 changed files with 0 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue