mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 09:37:12 +00:00
Disabled root folder signalr
This commit is contained in:
parent
1454f158f5
commit
54b83e2e91
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ define(
|
|||
model: RootFolderModel
|
||||
});
|
||||
|
||||
var collection = new RootFolderCollection().bindSignalR();
|
||||
//var collection = new RootFolderCollection().bindSignalR();
|
||||
|
||||
return collection;
|
||||
return RootFolderCollection;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue