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

Fixed typo in UI.

pull/546/head
Taloth Saldono 10 years ago
parent acaa07c69d
commit 28e2cf97da

@ -3,5 +3,5 @@ var SettingsModelBase = require('../SettingsModelBase');
module.exports = SettingsModelBase.extend({
url : window.NzbDrone.ApiRoot + '/config/mediamanagement',
successMessage : 'Media management settings saved',
errorMessage : 'Failed to save media managemnent settings'
errorMessage : 'Failed to save media management settings'
});
Loading…
Cancel
Save