1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-07 15:20:58 +02:00

8 lines
209 B
JavaScript
Raw Normal View History

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