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

Fixed: Womble's URL

pull/2/head
Mark McDowall 11 years ago
parent 4962db3b6a
commit 642f56c221

@ -32,7 +32,7 @@ namespace NzbDrone.Core.Indexers.Wombles
public override IEnumerable<string> RecentFeed
{
get { yield return "http://nzb.isasecret.com/rss/?sec=TV&fr=false"; }
get { yield return "http://newshost.co.za/rss/?sec=TV&fr=false"; }
}
public override IEnumerable<string> GetEpisodeSearchUrls(string seriesTitle, int tvRageId, int seasonNumber, int episodeNumber)

Loading…
Cancel
Save