mirror of
https://github.com/Readarr/Readarr
synced 2025-12-24 09:12:51 +01:00
Fixed: Test All not clearing health error
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com> Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
parent
7693593230
commit
d803847342
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
|||
[CheckOn(typeof(ProviderAddedEvent<IDownloadClient>))]
|
||||
[CheckOn(typeof(ProviderUpdatedEvent<IDownloadClient>))]
|
||||
[CheckOn(typeof(ProviderDeletedEvent<IDownloadClient>))]
|
||||
[CheckOn(typeof(ProviderStatusChangedEvent<IDownloadClient>))]
|
||||
public class DownloadClientCheck : HealthCheckBase
|
||||
{
|
||||
private readonly IProvideDownloadClient _downloadClientProvider;
|
||||
|
|
|
|||
Loading…
Reference in a new issue