mirror of
https://github.com/Lidarr/Lidarr
synced 2026-03-03 11:06:50 +01:00
parent
792773323c
commit
90a42bcbad
2 changed files with 2 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ private NewznabSettings GetSettings(string url, string apiPath = null, int[] cat
|
|||
protected override void Test(List<ValidationFailure> failures)
|
||||
{
|
||||
base.Test(failures);
|
||||
|
||||
if (failures.Any()) return;
|
||||
failures.AddIfNotNull(TestCapabilities());
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ private TorznabSettings GetSettings(string url, string apiPath = null, int[] cat
|
|||
protected override void Test(List<ValidationFailure> failures)
|
||||
{
|
||||
base.Test(failures);
|
||||
|
||||
if (failures.Any()) return;
|
||||
failures.AddIfNotNull(TestCapabilities());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue