mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
added global NzbDrone namespace.
This commit is contained in:
@@ -45,7 +45,7 @@ define(
|
||||
|
||||
var promise = $.ajax({
|
||||
type: 'GET',
|
||||
url : window.ApiRoot + '/config/naming/samples',
|
||||
url : window.NzbDrone.ApiRoot + '/config/naming/samples',
|
||||
data: this.model.toJSON()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user