From 9fe709c00ffbf3f52792ff5ab5fa39642b8c9c1d Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 19 Apr 2024 15:14:32 -0600 Subject: [PATCH] Don't show while scrubbing --- web/src/components/player/dynamic/DynamicVideoPlayer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/player/dynamic/DynamicVideoPlayer.tsx b/web/src/components/player/dynamic/DynamicVideoPlayer.tsx index 70d387258..15216b749 100644 --- a/web/src/components/player/dynamic/DynamicVideoPlayer.tsx +++ b/web/src/components/player/dynamic/DynamicVideoPlayer.tsx @@ -197,7 +197,7 @@ export default function DynamicVideoPlayer({ {isLoading && !noRecording && ( )} - {noRecording && ( + {!isScrubbing && noRecording && (
No recordings found for this time