Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed May 3, 2024
1 parent 21fde11 commit b1a4609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/player/HlsVideoPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});
}
Expand Down

0 comments on commit b1a4609

Please sign in to comment.