lostfilm: tidy

This commit is contained in:
Garfield69 2023-05-25 09:30:47 +12:00
parent 844855e3ba
commit 5b69bdfef4
1 changed files with 1 additions and 2 deletions

View File

@ -122,6 +122,7 @@ namespace Jackett.Common.Indexers
cacheService: cs,
configData: new ConfigurationDataCaptchaLogin())
{
wc.AddTrustedCertificate(new Uri(SiteLink).Host, "34287FB53A58EC6AE590E7DD7E03C70C0263CADC"); // for *.tw expired 01/Apr/21
}
private TorznabCapabilities SetCapabilities()
@ -147,8 +148,6 @@ namespace Jackett.Common.Indexers
public override void LoadValuesFromJson(JToken jsonConfig, bool useProtectionService = false)
{
base.LoadValuesFromJson(jsonConfig, useProtectionService);
webclient?.AddTrustedCertificate(new Uri(SiteLink).Host, "34287FB53A58EC6AE590E7DD7E03C70C0263CADC"); // for *.tw expired 01/Apr/21
}
public override async Task<ConfigurationData> GetConfigurationForSetup()