From a0af4f8e4a151e09adfec582710894a89fda792f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 2 Feb 2026 15:20:36 -0600 Subject: [PATCH] edit comment --- .../Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx b/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx index 3eb73f8548..1c554621ed 100644 --- a/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx +++ b/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx @@ -265,7 +265,7 @@ function useHLS({ if (!Hls) return if (!hlsRef.current) return const hls = hlsRef.current - // the above callback will catch most stale frags, but there's a corner case - + // `handleFragChange` will catch most stale frags, but there's a corner case - // if there's only one segment in the video, it won't get flushed because it avoids // flushing the currently active segment. Therefore, we have to catch it when we loop if (