mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-05 13:40:08 -05:00
Fixed: Prevent endless loop when calling IndexerUrls for Torznab
This commit is contained in:
@@ -56,6 +56,11 @@ namespace NzbDrone.Core.Indexers.Torznab
|
||||
return new string[] { Settings.BaseUrl };
|
||||
}
|
||||
|
||||
protected override TorznabSettings GetDefaultBaseUrl(TorznabSettings settings)
|
||||
{
|
||||
return settings;
|
||||
}
|
||||
|
||||
public IndexerCapabilities GetCapabilitiesFromSettings()
|
||||
{
|
||||
var caps = new IndexerCapabilities();
|
||||
|
||||
Reference in New Issue
Block a user