assorted c#: fix configuration of several indexers (#10476)

The link could not be changed
This commit is contained in:
Diego Heras
2020-12-12 00:12:40 +01:00
committed by GitHub
parent 69125add3e
commit a1567a94f4
10 changed files with 10 additions and 12 deletions

View File

@@ -88,7 +88,7 @@ namespace Jackett.Common.Indexers
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
{
configData.LoadValuesFromJson(configJson);
LoadValuesFromJson(configJson);
var releases = await PerformQuery(new TorznabQuery());
await ConfigureIfOK(string.Empty, releases.Any(), () =>