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:
@@ -97,14 +97,6 @@ namespace Jackett.Indexers
|
||||
}
|
||||
}
|
||||
|
||||
public async Task VerifyConnection()
|
||||
{
|
||||
var browseQuery = new TorznabQuery();
|
||||
var results = await PerformQuery(browseQuery);
|
||||
if (results.Length == 0)
|
||||
throw new Exception("Found no results while trying to browse this tracker");
|
||||
}
|
||||
|
||||
public event Action<IndexerInterface, JToken> OnSaveConfigurationRequested;
|
||||
|
||||
public bool IsConfigured { get; private set; }
|
||||
|
Reference in New Issue
Block a user