From 3382d8a5006430d248763dbaa93b2183367a5f76 Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 13 Feb 2024 21:52:10 -0500 Subject: [PATCH] Fix chapter names not appearing --- src/content.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content.ts b/src/content.ts index 934b9d67..8413b76b 100644 --- a/src/content.ts +++ b/src/content.ts @@ -2396,6 +2396,8 @@ function getSegmentsMessage(sponsorTimes: SponsorTime[]): string { } function updateActiveSegment(currentTime: number): void { + previewBar?.updateChapterText(sponsorTimes, sponsorTimesSubmitting, currentTime); + chrome.runtime.sendMessage({ message: "time", time: currentTime