Fixed: RemotePathMappingCheck Improvements

This commit is contained in:
Qstick
2023-01-21 13:18:00 -06:00
parent 5664054f95
commit f68dc04273
5 changed files with 8 additions and 7 deletions
@@ -53,7 +53,8 @@ namespace NzbDrone.Core.HealthCheck.Checks
return new HealthCheck(GetType());
}
var clients = _downloadClientProvider.GetDownloadClients();
// Only check clients not in failure status, those get another message
var clients = _downloadClientProvider.GetDownloadClients(true);
foreach (var client in clients)
{