mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
added ui structure for rootdirs.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/// <reference path="../../app.js" />
|
||||
|
||||
NzbDrone.AddSeries.RootDirCollection = Backbone.Collection.extend({
|
||||
url: NzbDrone.Constants.ApiRoot + 'rootdir/',
|
||||
model: NzbDrone.AddSeries.RootDirModel,
|
||||
});
|
||||
|
Reference in New Issue
Block a user