@scrypted/server 0.142.6 → 0.142.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/server",
3
- "version": "0.142.6",
3
+ "version": "0.142.7",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "@scrypted/ffmpeg-static": "^6.1.0-build3",
@@ -215,7 +215,7 @@ class ClusterSetup:
215
215
  port = clusterObject["port"]
216
216
  proxyId = clusterObject["proxyId"]
217
217
  if port == self.clusterPort:
218
- return await self.connectRPCObject(clusterObject)
218
+ return await self.connectClusterObject(clusterObject)
219
219
 
220
220
  clusterPeerPromise = self.ensureClusterPeer(address, port)
221
221