@apocaliss92/scrypted-reolink-native 0.1.8 → 0.1.9

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/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apocaliss92/scrypted-reolink-native",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Use any reolink camera with Scrypted, even older/unsupported models without HTTP protocol support",
5
5
  "author": "@apocaliss92",
6
6
  "license": "Apache",
package/src/common.ts CHANGED
@@ -1333,7 +1333,6 @@ export abstract class CommonCameraMixin extends ScryptedDeviceBase implements Vi
1333
1333
  async ensureClient(): Promise<ReolinkBaichuanApi> {
1334
1334
  // If camera is connected to NVR, use NVR's shared Baichuan connection
1335
1335
  if (this.nvrDevice) {
1336
- const logger = this.getLogger();
1337
1336
  return await this.nvrDevice.ensureBaichuanClient();
1338
1337
  }
1339
1338