diff --git a/plugins/reolink/.vscode/settings.json b/plugins/reolink/.vscode/settings.json index 77ccdbd6db..a620593fa1 100644 --- a/plugins/reolink/.vscode/settings.json +++ b/plugins/reolink/.vscode/settings.json @@ -1,4 +1,4 @@ { - "scrypted.debugHost": "127.0.0.1", + "scrypted.debugHost": "scrypted-nvr", } \ No newline at end of file diff --git a/plugins/reolink/package-lock.json b/plugins/reolink/package-lock.json index 1138ad7f22..603b25ea29 100644 --- a/plugins/reolink/package-lock.json +++ b/plugins/reolink/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/reolink", - "version": "0.0.98", + "version": "0.0.99", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@scrypted/reolink", - "version": "0.0.98", + "version": "0.0.99", "license": "Apache", "dependencies": { "@scrypted/common": "file:../../common", diff --git a/plugins/reolink/package.json b/plugins/reolink/package.json index ce8ab582bb..ad7d33e4a2 100644 --- a/plugins/reolink/package.json +++ b/plugins/reolink/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/reolink", - "version": "0.0.98", + "version": "0.0.99", "description": "Reolink Plugin for Scrypted", "author": "Scrypted", "license": "Apache",