diff options
author | Ajay <[email protected]> | 2024-02-13 21:52:10 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2024-02-13 21:52:10 -0500 |
commit | 3382d8a5006430d248763dbaa93b2183367a5f76 (patch) | |
tree | 2fa141b183fbe0e525c23f5fb3c285bc9a734fa8 | |
parent | 5d871d5fe76217e3f962ec464bb7d8a84d426056 (diff) | |
download | SponsorBlock-3382d8a5006430d248763dbaa93b2183367a5f76.tar.gz SponsorBlock-3382d8a5006430d248763dbaa93b2183367a5f76.zip |
Fix chapter names not appearing
-rw-r--r-- | src/content.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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 |