Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/753f3eb8631f7cebbf5464d4a5515ac0f8e74dcf You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from Radarr/wombles-patch

Fix Wombles for movies
Devin Buhl 8 years ago committed by GitHub
commit 753f3eb863

@ -24,7 +24,7 @@ namespace NzbDrone.Core.Indexers.Wombles
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…
Cancel
Save