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,
});