core/server: fix oneway method failure causing empty plugin list

This commit is contained in:
Koushik Dutta
2021-11-01 13:31:23 -07:00
parent 5927342220
commit 034b3dfe99
4 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ interface DeviceProxyPair {
proxy: ScryptedDevice;
}
const MIN_SCRYPTED_CORE_VERSION = '0.0.121';
const MIN_SCRYPTED_CORE_VERSION = '0.0.135';
const PLUGIN_DEVICE_STATE_VERSION = 2;
export class ScryptedRuntime {