mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +00:00
Cardigann: fix alterantive link usage
This commit is contained in:
parent
e3e1b66773
commit
8b6f7095ae
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ namespace Jackett.Indexers
|
||||||
|
|
||||||
public async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
public async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
||||||
{
|
{
|
||||||
configData.LoadValuesFromJson(configJson);
|
LoadValuesFromJson(configJson);
|
||||||
|
|
||||||
await DoLogin();
|
await DoLogin();
|
||||||
await TestLogin();
|
await TestLogin();
|
||||||
|
|
Loading…
Reference in a new issue