mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
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:
committed by
Leonardo Galli
parent
3403ddf993
commit
cb596488f2
@@ -111,7 +111,7 @@ namespace NzbDrone.Core.Download
|
||||
public ValidationResult Test()
|
||||
{
|
||||
var failures = new List<ValidationFailure>();
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
Test(failures);
|
||||
|
||||
Reference in New Issue
Block a user