mirror of
https://github.com/Readarr/Readarr
synced 2025-12-19 14:56:04 +01: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