diff --git a/src/content.ts b/src/content.ts index 05957c0c..87ad2fba 100644 --- a/src/content.ts +++ b/src/content.ts @@ -498,7 +498,7 @@ function createPreviewBar(): void { if (el) { const chapterVote = new ChapterVote(voteAsync); - previewBar = new PreviewBar(el, isOnMobileYouTube(), isOnInvidious(), chapterVote, () => importExistingChapters(false)); + previewBar = new PreviewBar(el, isOnMobileYouTube(), isOnInvidious(), chapterVote, () => importExistingChapters(true)); updatePreviewBar();