Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/239b27d83a818880983f64c4d7fb91429998e165?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Use folder will now default on

pull/42/head
Mark McDowall 11 years ago
parent 605806c92e
commit 239b27d83a

@ -14,7 +14,7 @@ define(
}, },
getValueBoolean: function (key, defaultValue) { getValueBoolean: function (key, defaultValue) {
return this.getValue(key, defaultValue) === 'true'; return this.getValue(key, defaultValue.toString()) === 'true';
}, },
getValue: function (key, defaultValue) { getValue: function (key, defaultValue) {

Loading…
Cancel
Save