mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
parent
1025bdc76e
commit
aeaaa4a77a
@ -33,11 +33,10 @@ public override HealthCheck Check()
|
|||||||
|
|
||||||
if (deletedSeries.Count() == 1)
|
if (deletedSeries.Count() == 1)
|
||||||
{
|
{
|
||||||
|
return new HealthCheck(GetType(), HealthCheckResult.Error, $"Series {seriesText} was removed from TheTVDB", "Health-Checks#series-removed-from-thetvdb");
|
||||||
return new HealthCheck(GetType(), HealthCheckResult.Error, $"Series {seriesText} was removed from TheTVDB");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return new HealthCheck(GetType(), HealthCheckResult.Error, $"Series {seriesText} were removed from TheTVDB");
|
return new HealthCheck(GetType(), HealthCheckResult.Error, $"Series {seriesText} were removed from TheTVDB", "Health-Checks#series-removed-from-thetvdb");
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool ShouldCheckOnEvent(SeriesDeletedEvent deletedEvent)
|
public bool ShouldCheckOnEvent(SeriesDeletedEvent deletedEvent)
|
||||||
|
Loading…
Reference in New Issue
Block a user