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 && (