mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +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)
|
||||
{
|
||||
configData.LoadValuesFromJson(configJson);
|
||||
LoadValuesFromJson(configJson);
|
||||
|
||||
await DoLogin();
|
||||
await TestLogin();
|
||||
|
|
Loading…
Reference in a new issue