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

Fixed maintenance release not showing as such in AppUpdatedModal

pull/3819/head
Taloth Saldono 5 years ago
parent 6a393ef6a2
commit 4559eed0ec

@ -40,6 +40,10 @@ function mergeUpdates(items, version, prevVersion) {
const mergedUpdate = Object.assign({}, appliedUpdates[0], { changes: appliedChanges });
if (!appliedChanges.new.length && !appliedChanges.fixed.length) {
mergedUpdate.changes = null;
}
return mergedUpdate;
}

Loading…
Cancel
Save