mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Check only clients not in failure status in DownloadClientSortingCheck
(cherry picked from commit 0b872803358bac1297cc7618ea3c13a32a92b5a4)
This commit is contained in:
parent
2fe28cb1dc
commit
d2cb36c88a
@ -32,7 +32,7 @@ public DownloadClientSortingCheck(IProvideDownloadClient downloadClientProvider,
|
||||
|
||||
public override HealthCheck Check()
|
||||
{
|
||||
var clients = _downloadClientProvider.GetDownloadClients();
|
||||
var clients = _downloadClientProvider.GetDownloadClients(true);
|
||||
|
||||
foreach (var client in clients)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user