Fix chapter names not appearing

This commit is contained in:
Ajay 2024-02-13 21:52:10 -05:00
parent 5d871d5fe7
commit 3382d8a500

View file

@ -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