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

Updated kodi url

pull/3789/head
Taloth Saldono 5 years ago
parent d3a22459ac
commit 4d1a4d4241

@ -19,7 +19,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
_logger = logger;
}
public override string Link => "http://xbmc.org/";
public override string Link => "https://kodi.tv";
public override void OnGrab(GrabMessage grabMessage)
{

Loading…
Cancel
Save