mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-18 10:50:50 +02:00
Fixed: Prevent endless loop when calling IndexerUrls for Torznab
This commit is contained in:
parent
bbc3e6df13
commit
a0f7d5e309
1 changed files with 5 additions and 0 deletions
|
|
@ -56,6 +56,11 @@ public string[] GetBaseUrlFromSettings()
|
|||
return new string[] { Settings.BaseUrl };
|
||||
}
|
||||
|
||||
protected override TorznabSettings GetDefaultBaseUrl(TorznabSettings settings)
|
||||
{
|
||||
return settings;
|
||||
}
|
||||
|
||||
public IndexerCapabilities GetCapabilitiesFromSettings()
|
||||
{
|
||||
var caps = new IndexerCapabilities();
|
||||
|
|
|
|||
Loading…
Reference in a new issue