SABnzbd 2.0 API compatibility (#1339)

* Fixed: Sabnzbd 2.0 api compatibility.

closes #1775

* fixed sab tests.

* Fixed: Sabnzbd error when tv sorting enabled for all categories.
This commit is contained in:
Mitchell Cash
2017-04-08 21:36:16 +10:00
committed by Leonardo Galli
parent 3403ddf993
commit cb596488f2
8 changed files with 202 additions and 48 deletions
@@ -111,7 +111,7 @@ namespace NzbDrone.Core.Download
public ValidationResult Test()
{
var failures = new List<ValidationFailure>();
try
{
Test(failures);