diff --git a/web/src/components/camera/AutoUpdatingCameraImage.tsx b/web/src/components/camera/AutoUpdatingCameraImage.tsx index 8bcced85b..2bfe4ca1b 100644 --- a/web/src/components/camera/AutoUpdatingCameraImage.tsx +++ b/web/src/components/camera/AutoUpdatingCameraImage.tsx @@ -7,7 +7,6 @@ type AutoUpdatingCameraImageProps = { showFps?: boolean; className?: string; reloadInterval?: number; - fitAspect?: number; }; const MIN_LOAD_TIMEOUT_MS = 200; diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx index 0ddd93161..c834faf35 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -157,22 +157,18 @@ export default function LivePlayer({ {(showStillWithoutActivity == false || activeMotion || activeTracking) && player} - {showStillWithoutActivity && !liveReady && ( -