added ui structure for rootdirs.

This commit is contained in:
Keivan Beigi
2013-01-24 12:48:44 -08:00
committed by kay.one
parent ae61150b84
commit 157b559ed2
12 changed files with 133 additions and 8 deletions

View File

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