added root dir management. delete doesn't work for some reason.

This commit is contained in:
Keivan Beigi 2013-01-24 16:02:53 -08:00 committed by kay.one
commit d34092c015
8 changed files with 65 additions and 24 deletions

View file

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