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

Fixed: Update modal error

(cherry picked from commit 6d911581c3604a69b4a58c07da39ffb2a10fbf8d)
pull/59/head
Mark McDowall 5 years ago committed by Qstick
parent 16a7bceaae
commit e6c9bbfb8c

@ -21,7 +21,7 @@ function mergeUpdates(items, version, prevVersion) {
if (installedPreviouslyIndex === -1) {
installedPreviouslyIndex = items.length;
} else if (installedPreviouslyIndex === installedIndex && items.size()) {
} else if (installedPreviouslyIndex === installedIndex && items.length) {
installedPreviouslyIndex += 1;
}

Loading…
Cancel
Save