Fixed: Sabnzbd 2.0 api compatibility.

closes #1775
This commit is contained in:
Taloth Saldono
2017-03-18 16:30:44 +01:00
parent abd70f5381
commit 70f7404499
8 changed files with 91 additions and 15 deletions
@@ -110,7 +110,7 @@ namespace NzbDrone.Core.Download
public ValidationResult Test()
{
var failures = new List<ValidationFailure>();
try
{
Test(failures);