// With Sabnzbd we can check if the category should be changed.
if(downloadClientOutputInDroneFactory)
{
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Enable Completed Download Handling if possible (Sabnzbd - Conflicting Category)","Migrating-to-Completed-Download-Handling#sabnzbd-conflicting-download-client-category");
}
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Enable Completed Download Handling if possible (Sabnzbd)","Migrating-to-Completed-Download-Handling#sabnzbd-enable-completed-download-handling");
// With Nzbget we can check if the category should be changed.
if(downloadClientOutputInDroneFactory)
{
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Enable Completed Download Handling if possible (Nzbget - Conflicting Category)","Migrating-to-Completed-Download-Handling#nzbget-conflicting-download-client-category");
}
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Enable Completed Download Handling if possible (Nzbget)","Migrating-to-Completed-Download-Handling#nzbget-enable-completed-download-handling");
}
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Enable Completed Download Handling if possible","Migrating-to-Completed-Download-Handling");