mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
added global NzbDrone namespace.
This commit is contained in:
@@ -5,7 +5,7 @@ define(
|
||||
'backbone.pageable'
|
||||
], function (EpisodeModel, PagableCollection) {
|
||||
return PagableCollection.extend({
|
||||
url : window.ApiRoot + '/missing',
|
||||
url : window.NzbDrone.ApiRoot + '/missing',
|
||||
model: EpisodeModel,
|
||||
|
||||
state: {
|
||||
|
||||
Reference in New Issue
Block a user