mirror of
https://github.com/Radarr/Radarr
synced 2026-01-15 12:03:08 +01:00
Fix Wombles for movies
This commit is contained in:
parent
3cb42f06c2
commit
9fc2d22d19
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public override IParseIndexerResponse GetParser()
|
|||
|
||||
public override IIndexerRequestGenerator GetRequestGenerator()
|
||||
{
|
||||
return new RssIndexerRequestGenerator("http://newshost.co.za/rss/?sec=TV&fr=false");
|
||||
return new RssIndexerRequestGenerator("http://newshost.co.za/rss/?sec=Movies&fr=false");
|
||||
}
|
||||
|
||||
public Wombles(IHttpClient httpClient, IIndexerStatusService indexerStatusService, IConfigService configService, IParsingService parsingService, Logger logger)
|
||||
|
|
|
|||
Loading…
Reference in a new issue