mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted c#: fix configuration of several indexers (#10476)
The link could not be changed
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user