Skip to content

Commit

Permalink
reolnk: remove hikvision default name
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 21, 2023
1 parent 45aa443 commit 60bf112
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/reolink/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/reolink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/reolink",
"version": "0.0.16",
"version": "0.0.17",
"description": "Reolink Plugin for Scrypted",
"author": "Scrypted",
"license": "Apache",
Expand Down
2 changes: 1 addition & 1 deletion plugins/reolink/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class ReolinkProider extends RtspProvider {
throw e;
}
}
settings.newCamera ||= 'Hikvision Camera';
settings.newCamera ||= 'Reolink Camera';

nativeId = await super.createDevice(settings, nativeId);

Expand Down

0 comments on commit 60bf112

Please sign in to comment.