From 283efda26d2ac899d61bde8423a04b41448aab73 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sun, 12 Sep 2021 09:07:04 -0700 Subject: [PATCH] amcrest: cleanups --- plugins/amcrest/src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/amcrest/src/main.ts b/plugins/amcrest/src/main.ts index 28e262581..eb605c778 100644 --- a/plugins/amcrest/src/main.ts +++ b/plugins/amcrest/src/main.ts @@ -1,4 +1,4 @@ -import sdk, { Setting, MediaObject, Camera, ScryptedInterface } from "@scrypted/sdk"; +import sdk, { MediaObject, Camera, ScryptedInterface } from "@scrypted/sdk"; import { Stream } from "stream"; import { AmcrestCameraClient, AmcrestEvent } from "./amcrest-api"; import { RtspCamera, RtspProvider } from "../../rtsp/src/rtsp"; @@ -58,7 +58,7 @@ class AmcrestCamera extends RtspCamera implements Camera { { key: 'ip', title: 'Amcrest Camera IP', - placeholder: '192.168.1.100[:554]', + placeholder: '192.168.1.100', value: this.storage.getItem('ip'), }, ];