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

added nzbindex.in to list of newznab indexers that require API Key.

pull/45/head
kayone 11 years ago
parent 37ae2d04e3
commit d5cbd5dc33

@ -19,6 +19,7 @@ namespace NzbDrone.Core.Indexers.Newznab
"nzbplanet.net",
"nzbid.org",
"nzbndx.com",
"nzbindex.in"
};
private static bool ShouldHaveApiKey(NewznabSettings settings)

Loading…
Cancel
Save