1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 23:57:20 +02:00
Radarr/NzbDrone.Web/_backboneApp/AddSeries/SearchResultCollection.js

9 lines
268 B
JavaScript
Raw Normal View History

2013-01-23 00:58:08 +01:00
/// <reference path="../app.js" />
2013-01-23 02:23:27 +01:00
/// <reference path="SearchResultModel.js" />
2013-01-23 00:58:08 +01:00
NzbDrone.AddSeries.SearchResultCollection = Backbone.Collection.extend({
url: NzbDrone.Constants.ApiRoot + '/series/lookup',
model: NzbDrone.AddSeries.SearchResultModel,
2013-01-23 00:58:08 +01:00
});