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

11 lines
282 B
JavaScript
Raw Normal View History

"use strict";
define(['app', 'AddSeries/SearchResultModel'], function () {
NzbDrone.AddSeries.SearchResultCollection = Backbone.Collection.extend({
url: NzbDrone.Constants.ApiRoot + '/series/lookup',
model: NzbDrone.AddSeries.SearchResultModel
});
});
2013-01-23 00:58:08 +01:00
2013-01-28 19:06:54 +01:00
2013-01-23 00:58:08 +01:00