mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
New: Add test all action for apps and download clients to status health
This commit is contained in:
@@ -42,6 +42,11 @@ namespace NzbDrone.Core.Applications
|
||||
return enabledClients.ToList();
|
||||
}
|
||||
|
||||
protected override List<ApplicationDefinition> Active()
|
||||
{
|
||||
return base.Active().Where(c => c.Enable).ToList();
|
||||
}
|
||||
|
||||
private IEnumerable<IApplication> FilterBlockedApplications(IEnumerable<IApplication> applications)
|
||||
{
|
||||
var blockedApplications = _applicationStatusService.GetBlockedProviders().ToDictionary(v => v.ProviderId, v => v);
|
||||
|
||||
Reference in New Issue
Block a user