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

8 lines
209 B
JavaScript

/// <reference path="../../app.js" />
NzbDrone.AddSeries.RootDirCollection = Backbone.Collection.extend({
url: NzbDrone.Constants.ApiRoot + 'rootdir/',
model: NzbDrone.AddSeries.RootDirModel,
});