From 6ee08c8ad08ae7c4678fe976c2e8f0429beb9282 Mon Sep 17 00:00:00 2001 From: Casey Occhialini <1508707+littlespex@users.noreply.github.com> Date: Fri, 9 Sep 2022 15:43:29 -0700 Subject: [PATCH] Ensure the first continuity segment is processed in webvtt-parser's oncue handler --- src/controller/timeline-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/timeline-controller.ts b/src/controller/timeline-controller.ts index 4ede6e8e7e6..ac7a5a429ed 100644 --- a/src/controller/timeline-controller.ts +++ b/src/controller/timeline-controller.ts @@ -745,7 +745,7 @@ function newVTTCCs(): VTTCCs { 0: { start: 0, prevCC: -1, - new: false, + new: true, }, }; }