Radarr/NzbDrone.Web/_backboneApp/AddSeries/RootDir/RootDirCollection.js

8 lines
209 B
JavaScript
Raw Normal View History

2013-01-24 20:48:44 +00:00
/// <reference path="../../app.js" />
NzbDrone.AddSeries.RootDirCollection = Backbone.Collection.extend({
url: NzbDrone.Constants.ApiRoot + 'rootdir/',
model: NzbDrone.AddSeries.RootDirModel,
});