mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
Cleanup
This commit is contained in:
parent
4de1e1fa90
commit
d2d1007853
@ -366,10 +366,6 @@ function PreviewContextItems({
|
||||
setReviewed,
|
||||
}: PreviewContextItemsProps) {
|
||||
const exportReview = useCallback(() => {
|
||||
console.log(
|
||||
"trying to export to " +
|
||||
`export/${review.camera}/start/${review.start_time}/end/${review.end_time}`
|
||||
);
|
||||
axios.post(
|
||||
`export/${review.camera}/start/${review.start_time}/end/${review.end_time}`,
|
||||
{ playback: "realtime" }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user