Event cleanup (#11225)

* remove duplicate event purging

* Slightly increase stationary object sensitivity

* Add toast for export starting

* Increase stationary threshold as well

* Update message

* Make text consistent

* Update message
This commit is contained in:
Nicolas Mowen
2024-05-03 08:03:41 -06:00
committed by GitHub
parent e7950abec3
commit 216e44bc34
4 changed files with 32 additions and 46 deletions

View File

@@ -186,11 +186,11 @@ export default function HlsVideoPlayer({
const resp = await onUploadFrame(videoRef.current.currentTime);
if (resp && resp.status == 200) {
toast.success("Successfully submitted frame to Frigate Plus", {
toast.success("Successfully submitted frame to Frigate+", {
position: "top-center",
});
} else {
toast.success("Failed to submit frame to Frigate Plus", {
toast.success("Failed to submit frame to Frigate+", {
position: "top-center",
});
}