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

Fixed default KAT url

pull/4/head
Mark McDowall 10 years ago
parent b5cfa72c31
commit d3c1deb203

@ -21,7 +21,7 @@ namespace NzbDrone.Core.Indexers.KickassTorrents
public KickassTorrentsSettings()
{
BaseUrl = "http://kickass.so";
BaseUrl = "http://kickass.to";
VerifiedOnly = true;
}

Loading…
Cancel
Save