Skip to content

Commit

Permalink
Ensure the first continuity segment is processed in webvtt-parser's o…
Browse files Browse the repository at this point in the history
…ncue handler (#4889)
  • Loading branch information
littlespex committed Sep 13, 2022
1 parent 710e74e commit 4ddf764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/timeline-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ function newVTTCCs(): VTTCCs {
0: {
start: 0,
prevCC: -1,
new: false,
new: true,
},
};
}

0 comments on commit 4ddf764

Please sign in to comment.