Fixed: Test All not clearing health error

Fixes #3409
pull/3464/head
Mark McDowall 5 years ago
parent 415bbf5b3b
commit c3c38880e6

@ -38,7 +38,7 @@ function getInternalLink(source) {
case 'RootFolderCheck':
return (
<IconButton
name={icons.PLAY}
name={icons.SERIES_CONTINUING}
title="Series Editor"
to="/serieseditor"
/>

@ -8,6 +8,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
{
[CheckOn(typeof(ProviderUpdatedEvent<IDownloadClient>))]
[CheckOn(typeof(ProviderDeletedEvent<IDownloadClient>))]
[CheckOn(typeof(ProviderStatusChangedEvent<IDownloadClient>))]
public class DownloadClientCheck : HealthCheckBase
{
private readonly IProvideDownloadClient _downloadClientProvider;

Loading…
Cancel
Save