1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

DownloadClientRootFolderCheck Improvements

This commit is contained in:
Qstick
2023-01-16 22:38:05 -06:00
committed by Mark McDowall
parent 1f20bc63c6
commit ed22bb719d
2 changed files with 28 additions and 4 deletions
@@ -35,7 +35,8 @@ namespace NzbDrone.Core.HealthCheck.Checks
public override HealthCheck Check()
{
// Only check clients not in failure status, those get another message
var clients = _downloadClientProvider.GetDownloadClients();
var clients = _downloadClientProvider.GetDownloadClients(true);
var rootFolders = _rootFolderService.All();
foreach (var client in clients)