1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

fixed api root url

This commit is contained in:
kay.one
2013-01-22 21:03:57 -08:00
parent 5e32760c6a
commit f98002c576
4 changed files with 11 additions and 4 deletions
@@ -2,7 +2,7 @@
/// <reference path="SearchResultModel.js" />
NzbDrone.AddSeries.SearchResultCollection = Backbone.Collection.extend({
url: NzbDrone.Constants.ApiRoot + "/series/lookup",
url: NzbDrone.Constants.ApiRoot + 'series/lookup',
model: NzbDrone.AddSeries.SearchResultModel,
});