Reimport chapters if they are found to have changed

This commit is contained in:
Ajay
2022-10-11 17:59:46 -04:00
parent 85e3d3bc18
commit 4729268083
3 changed files with 12 additions and 3 deletions

View File

@@ -511,7 +511,7 @@ function createPreviewBar(): void {
if (el) {
const chapterVote = new ChapterVote(voteAsync);
previewBar = new PreviewBar(el, onMobileYouTube, onInvidious, chapterVote);
previewBar = new PreviewBar(el, onMobileYouTube, onInvidious, chapterVote, () => importExistingChapters(false));
updatePreviewBar();