You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/src/UI/Settings/DownloadClient/DownloadClientSettingsModel.js

7 lines
296 B

var SettingsModelBase = require('../SettingsModelBase');
module.exports = SettingsModelBase.extend({
url : window.NzbDrone.ApiRoot + '/config/downloadclient',
successMessage : 'Download client settings saved',
errorMessage : 'Failed to save download client settings'
});