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

Fixed: Restoring backup from zip file on disk

(cherry picked from commit 5960035d5d660a923e11b0300833b60c64271522)
pull/5915/head
Mark McDowall 4 years ago committed by Qstick
parent 6b5e743583
commit 63cf10c29a

@ -30,7 +30,7 @@ function addApiKey(ajaxOptions) {
function addContentType(ajaxOptions) {
if (
!ajaxOptions.contentType &&
ajaxOptions.contentType == null &&
ajaxOptions.dataType === 'json' &&
(ajaxOptions.method === 'PUT' || ajaxOptions.method === 'POST')) {
ajaxOptions.contentType = 'application/json';

Loading…
Cancel
Save