@scrypted/server 0.123.37 → 0.123.38

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.123.37",
3
+ "version": "0.123.38",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "@scrypted/ffmpeg-static": "^6.1.0-build3",
@@ -959,8 +959,6 @@ class PluginRemote:
959
959
 
960
960
  return pluginFork
961
961
 
962
- t: asyncio.Task
963
- t.cancel()
964
962
  if options:
965
963
  runtime = options.get("runtime", None)
966
964
  if runtime and runtime != "python":