mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
More robust testing/verification for indexers
This commit is contained in:
@@ -20,9 +20,6 @@ namespace Jackett
|
||||
// Called when web API wants to apply setup configuration via web API, usually this is where login and storing cookie happens
|
||||
Task ApplyConfiguration(JToken configJson);
|
||||
|
||||
// Called to check if configuration (cookie) is correct and indexer connection works
|
||||
Task VerifyConnection();
|
||||
|
||||
// Invoked when the indexer configuration has been applied and verified so the cookie needs to be saved
|
||||
event Action<IndexerInterface, JToken> OnSaveConfigurationRequested;
|
||||
|
||||
|
Reference in New Issue
Block a user