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

newzbing now uses HTTPS.

pull/3113/head
kay.one 14 years ago
parent 1c06ee2a01
commit ab29a114d1

@ -25,7 +25,7 @@ namespace NzbDrone.Core.Providers.Indexer
{
return new[]
{
"http://www.newzbin.com/browse/category/p/tv?" + URL_PARAMS
"https://www.newzbin.com/browse/category/p/tv?" + URL_PARAMS
};
}
}

Loading…
Cancel
Save