From 47601df645f93c69d1166aaacdb24f1a7d31e2ca Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 17 May 2024 06:52:43 -0600 Subject: [PATCH] Fix showing loading icon while continuing to scrub --- 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 e67468e6c..b068b25bd 100644 --- a/web/src/components/player/dynamic/DynamicVideoPlayer.tsx +++ b/web/src/components/player/dynamic/DynamicVideoPlayer.tsx @@ -222,7 +222,7 @@ export default function DynamicVideoPlayer({ setPreviewController(previewController); }} /> - {isLoading && !noRecording && ( + {!isScrubbing && isLoading && !noRecording && ( )} {!isScrubbing && noRecording && (