mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
New: Smarter Newznab category mapping
This commit is contained in:
@@ -42,7 +42,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
|
||||
public override IParseIndexerResponse GetParser()
|
||||
{
|
||||
return new NewznabRssParser(Settings);
|
||||
return new NewznabRssParser(Settings, Definition, _capabilitiesProvider);
|
||||
}
|
||||
|
||||
public string[] GetBaseUrlFromSettings()
|
||||
|
||||
Reference in New Issue
Block a user