mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
added global NzbDrone namespace.
This commit is contained in:
parent
d5e5d6de29
commit
27c57612f4
30 changed files with 36 additions and 35 deletions
|
@ -5,7 +5,7 @@ define(
|
|||
'Series/SeriesModel'
|
||||
], function (Backbone, SeriesModel) {
|
||||
return Backbone.Collection.extend({
|
||||
url : window.ApiRoot + '/series/lookup',
|
||||
url : window.NzbDrone.ApiRoot + '/series/lookup',
|
||||
model: SeriesModel,
|
||||
|
||||
initialize: function (options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue