mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-01 04:25:55 +00:00
7 lines
No EOL
235 B
JavaScript
7 lines
No EOL
235 B
JavaScript
/// <reference path="../app.js" />
|
|
/// <reference path="SeriesModel.js" />
|
|
|
|
NzbDrone.Series.SeriesCollection = Backbone.Collection.extend({
|
|
url: NzbDrone.Constants.ApiRoot + '/series',
|
|
model: NzbDrone.Series.SeriesModel,
|
|
}); |