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

more add series backbone cleanup.

This commit is contained in:
Keivan Beigi
2013-01-22 17:23:27 -08:00
committed by kay.one
parent c43eb59efb
commit 5e32760c6a
7 changed files with 2904 additions and 2775 deletions
@@ -0,0 +1,8 @@
/// <reference path="../app.js" />
/// <reference path="SearchResultModel.js" />
NzbDrone.AddSeries.SearchResultCollection = Backbone.Collection.extend({
url: NzbDrone.Constants.ApiRoot + "/series/lookup",
model: NzbDrone.AddSeries.SearchResultModel,
});