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

@@ -128,7 +128,7 @@ namespace Jackett.Common.Indexers
IProtectionService ps = null;
if (useProtectionService)
ps = protectionService;
configData.LoadValuesFromJson(jsonConfig, ps);
configData.LoadConfigDataValuesFromJson(jsonConfig, ps);
if (string.IsNullOrWhiteSpace(configData.SiteLink.Value))
{
configData.SiteLink.Value = DefaultSiteLink;