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

Merge pull request from zetas/nn_preset_nzbcat

New: Newznab Preset for NZBCat
pull/754/head
Mark McDowall 9 years ago
commit 0a1a30f2af

@ -52,6 +52,7 @@ namespace NzbDrone.Core.Indexers.Newznab
yield return GetDefinition("nzbplanet.net", GetSettings("https://nzbplanet.net"));
yield return GetDefinition("NZBgeek", GetSettings("https://api.nzbgeek.info"));
yield return GetDefinition("PFmonkey", GetSettings("https://www.pfmonkey.com"));
yield return GetDefinition("NZBCat", GetSettings("https://nzb.cat"));
}
}

Loading…
Cancel
Save