mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
Fixed: Update deleted artist health after refreshing
(cherry picked from commit 415bbf5b3bae44f9f1d4889b1d257510fa9c2980)
This commit is contained in:
parent
28811ace36
commit
6adbbf81ed
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
|||
{
|
||||
[CheckOn(typeof(ArtistUpdatedEvent))]
|
||||
[CheckOn(typeof(ArtistsDeletedEvent), CheckOnCondition.FailedOnly)]
|
||||
[CheckOn(typeof(ArtistRefreshCompleteEvent))]
|
||||
public class RemovedArtistCheck : HealthCheckBase, ICheckOnCondition<ArtistUpdatedEvent>, ICheckOnCondition<ArtistsDeletedEvent>
|
||||
{
|
||||
private readonly IArtistService _artistService;
|
||||
|
|
|
|||
Loading…
Reference in a new issue