mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Basis of UI Update.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
var SettingsModelBase = require('../SettingsModelBase');
|
||||
|
||||
module.exports = SettingsModelBase.extend({
|
||||
url : window.NzbDrone.ApiRoot + '/config/netimport',
|
||||
successMessage : 'Net Import settings saved',
|
||||
errorMessage : 'Failed to save net import settings'
|
||||
});
|
||||
Reference in New Issue
Block a user