mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07: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
|
model: RootFolderModel
|
||||||
});
|
});
|
||||||
|
|
||||||
var collection = new RootFolderCollection().bindSignalR();
|
//var collection = new RootFolderCollection().bindSignalR();
|
||||||
|
|
||||||
return collection;
|
return RootFolderCollection;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue