1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

added quality profile support to add series.

This commit is contained in:
kay.one
2013-01-26 19:04:15 -08:00
parent 1024e0f83d
commit f3e601d4ed
14 changed files with 132 additions and 15 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,
});