From 73c38410a3abfcc0f38e321f81f4100565d145d8 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 21 Jul 2024 13:08:20 -0600 Subject: [PATCH] Fix recording text to match hls player logic --- 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 9e2d9a353..a40d521ea 100644 --- a/web/src/components/player/dynamic/DynamicVideoPlayer.tsx +++ b/web/src/components/player/dynamic/DynamicVideoPlayer.tsx @@ -238,7 +238,7 @@ export default function DynamicVideoPlayer({ {!isScrubbing && (isLoading || isBuffering) && !noRecording && ( )} - {!isScrubbing && noRecording && ( + {!isScrubbing && !isLoading && noRecording && (
No recordings found for this time