From 7120bf86ff09582cd2f20ee5c163e33b78bc8f46 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Wed, 10 May 2023 13:22:28 -0700 Subject: [PATCH] snapshot: fix description --- plugins/snapshot/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/snapshot/src/main.ts b/plugins/snapshot/src/main.ts index 039ae60c6..8cd3f8781 100644 --- a/plugins/snapshot/src/main.ts +++ b/plugins/snapshot/src/main.ts @@ -67,7 +67,7 @@ class SnapshotMixin extends SettingsMixinDeviceBase implements Camera { description: (this.mixinDeviceInterfaces.includes(ScryptedInterface.Camera) ? 'Optional: ' : '') - + 'The http(s) URL that points that retrieves the latest image from your camera.', + + 'The http(s) URL that retrieves a jpeg image from your camera.', placeholder: 'https://ip:1234/cgi-bin/snapshot.jpg', }, snapshotsFromPrebuffer: {