Freshon setup complete

This commit is contained in:
zone117x
2015-04-15 13:42:50 -06:00
parent 213e8c062c
commit 5b745af7f6
5 changed files with 137 additions and 29 deletions

View File

@@ -18,7 +18,7 @@ namespace Jackett
Task<ConfigurationData> GetConfigurationForSetup();
// Called when web API wants to apply setup configuration via web API, usually this is where login and storing cookie happens
Task ApplyConfiguration(JToken jsonConfig);
Task ApplyConfiguration(JToken configJson);
// Called to check if configuration (cookie) is correct and indexer connection works
Task VerifyConnection();