root dir management is fully functional.

This commit is contained in:
Keivan Beigi
2013-01-24 17:22:14 -08:00
committed by kay.one
parent 57bb6e1e01
commit b50cd19add
5 changed files with 21 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
/// <reference path="../../app.js" />
NzbDrone.AddSeries.RootDirModel = Backbone.Model.extend({
url: NzbDrone.Constants.ApiRoot + 'rootdir/',
idAttribute: 'Id',
});