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

Added NZBFinder.ws as optional Indexer

Established indexer. Been around for 2+ years.
pull/205/head
bdegier 10 years ago
parent bf65807ef3
commit 1f8f52ac9b

@ -33,6 +33,7 @@ namespace NzbDrone.Core.Indexers.Newznab
get
{
yield return GetDefinition("Nzbs.org", GetSettings("http://nzbs.org", 5000));
yield return GetDefinition("NZBFinder.ws", GetSettings("https://www.nzbfinder.ws"));
yield return GetDefinition("Nzb.su", GetSettings("https://api.nzb.su"));
yield return GetDefinition("Dognzb.cr", GetSettings("https://api.dognzb.cr"));
yield return GetDefinition("OZnzb.com", GetSettings("https://api.oznzb.com"));

Loading…
Cancel
Save