mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
Fixed: Test All not clearing health error for clients
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
7de9ef3762
commit
c45cff87fc
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using NLog;
|
using NLog;
|
||||||
using NzbDrone.Core.Download;
|
using NzbDrone.Core.Download;
|
||||||
@ -9,6 +9,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
|||||||
[CheckOn(typeof(ProviderAddedEvent<IDownloadClient>))]
|
[CheckOn(typeof(ProviderAddedEvent<IDownloadClient>))]
|
||||||
[CheckOn(typeof(ProviderUpdatedEvent<IDownloadClient>))]
|
[CheckOn(typeof(ProviderUpdatedEvent<IDownloadClient>))]
|
||||||
[CheckOn(typeof(ProviderDeletedEvent<IDownloadClient>))]
|
[CheckOn(typeof(ProviderDeletedEvent<IDownloadClient>))]
|
||||||
|
[CheckOn(typeof(ProviderStatusChangedEvent<IDownloadClient>))]
|
||||||
public class DownloadClientCheck : HealthCheckBase
|
public class DownloadClientCheck : HealthCheckBase
|
||||||
{
|
{
|
||||||
private readonly IProvideDownloadClient _downloadClientProvider;
|
private readonly IProvideDownloadClient _downloadClientProvider;
|
||||||
|
Loading…
Reference in New Issue
Block a user