mirror of https://github.com/Sonarr/Sonarr
Fixed: Re-run Removed Series health check after series is deleted
This commit is contained in:
parent
ec8da1c7de
commit
7b31287fc4
|
@ -7,7 +7,7 @@ using NzbDrone.Core.Tv.Events;
|
|||
namespace NzbDrone.Core.HealthCheck.Checks
|
||||
{
|
||||
[CheckOn(typeof(SeriesUpdatedEvent))]
|
||||
[CheckOn(typeof(SeriesDeletedEvent), CheckOnCondition.FailedOnly)]
|
||||
[CheckOn(typeof(SeriesDeletedEvent))]
|
||||
[CheckOn(typeof(SeriesRefreshCompleteEvent))]
|
||||
public class RemovedSeriesCheck : HealthCheckBase, ICheckOnCondition<SeriesUpdatedEvent>, ICheckOnCondition<SeriesDeletedEvent>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue