mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
added global NzbDrone namespace.
This commit is contained in:
parent
d5e5d6de29
commit
27c57612f4
30 changed files with 36 additions and 35 deletions
|
@ -2,7 +2,7 @@
|
|||
define(['app',
|
||||
'Settings/SettingsModelBase'], function (App, SettingsModelBase) {
|
||||
return SettingsModelBase.extend({
|
||||
url : window.ApiRoot + '/settings',
|
||||
url : window.NzbDrone.ApiRoot + '/settings',
|
||||
successMessage: 'Settings saved',
|
||||
errorMessage : 'Failed to save settings'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue