diff --git a/web/src/components/player/DynamicVideoPlayer.tsx b/web/src/components/player/DynamicVideoPlayer.tsx index 4f693cdf1..e5a9e36c1 100644 --- a/web/src/components/player/DynamicVideoPlayer.tsx +++ b/web/src/components/player/DynamicVideoPlayer.tsx @@ -56,7 +56,7 @@ export default function DynamicVideoPlayer({ return ( config.cameras[camera].detect.width / config.cameras[camera].detect.height < - 1.7 + 1 ); }, [camera, config]); @@ -267,7 +267,7 @@ export default function DynamicVideoPlayer({ )}