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

Fixed method call.

pull/2/head
Mark McDowall 13 years ago
parent 62a24ef900
commit 348397e442

@ -95,7 +95,7 @@ namespace NzbDrone.Core.Providers
}
}
UpdateWithJson(series, password, host, username);
UpdateWithJson(series, host, username, password);
}
//Log Version zero if check failed

Loading…
Cancel
Save