mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
broken
This commit is contained in:
parent
0916c8b8d1
commit
24c77b4047
29 changed files with 610 additions and 517 deletions
15
UI/AddSeries/RootFolders/Collection.js
Normal file
15
UI/AddSeries/RootFolders/Collection.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
"use strict";
|
||||
define(
|
||||
[
|
||||
'app',
|
||||
'AddSeries/RootFolders/Model',
|
||||
'mixins/backbone.signalr.mixin'
|
||||
], function () {
|
||||
|
||||
var rootFolderCollection = Backbone.Collection.extend({
|
||||
url : NzbDrone.Constants.ApiRoot + '/rootfolder',
|
||||
model: NzbDrone.AddSeries.RootFolders.RootFolderModel
|
||||
});
|
||||
|
||||
return new rootFolderCollection().BindSignalR();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue