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

Fixed: (Orpheus) Try to actually use the token

pull/639/head
bakerboy448 3 years ago committed by Qstick
parent cda373f195
commit 60f37de6af

@ -75,7 +75,7 @@ namespace NzbDrone.Core.Indexers.Definitions
// Orpheus fails to download if usetoken=0 so we need to only add if we will use one
if (_settings.UseFreeleechToken)
{
url = url.AddQueryParam("useToken", "1");
url = url.AddQueryParam("usetoken", "1");
}
return url.FullUri;

Loading…
Cancel
Save