1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-28 23:07:13 -04:00

No more wizard, now only show when advanced settings are off

This commit is contained in:
Mark McDowall
2013-11-21 23:44:43 -08:00
parent d9b7dd257e
commit 5659a3c496
15 changed files with 313 additions and 324 deletions
@@ -0,0 +1,12 @@
'use strict';
define(
[
'Settings/SettingsModelBase'
], function (ModelBase) {
return ModelBase.extend({
url : window.NzbDrone.ApiRoot + '/config/naming',
successMessage: 'MediaManagement settings saved',
errorMessage : 'Couldn\'t save naming settings'
});
});