mirror of
https://github.com/Readarr/Readarr
synced 2025-12-25 09:47:14 +01: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 @@ public void HandleAsync(ArtistDeletedEvent message)
|
|||
var albums = GetAlbumsByArtist(message.Artist.Id);
|
||||
_albumRepository.DeleteMany(albums);
|
||||
}
|
||||
|
||||
public void Handle(ArtistDeletedEvent message)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue