Update message

This commit is contained in:
Nicolas Mowen 2024-05-03 08:03:12 -06:00
parent 21fde11e77
commit b1a4609676

View File

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