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

Remove empty spaces from SaveProviderHandler

pull/3219/head
Qstick 2 years ago
parent f538feb798
commit 0deb9de331

@ -54,7 +54,7 @@ function createSaveProviderHandler(section, url, options = {}, removeStale = fal
request.done((data) => {
lastSaveData = null;
if (!Array.isArray(data)) {
data = [data];
}

Loading…
Cancel
Save