1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-19 05:10:02 +00:00
Lidarr/NzbDrone.Web/_backboneApp/AddSeries/SeriesSearchModel.js
2013-02-15 16:52:20 -08:00

11 lines
284 B
JavaScript

/// <reference path="../app.js" />
NzbDrone.AddSeries.SearchResultModel = Backbone.Model.extend({
});
NzbDrone.AddSeries.SearchResultCollection = Backbone.Collection.extend({
model: NzbDrone.AddSeries.SearchResultModel,
url: "http://localhost/api/v1/series/lookup"
});