remove old todo

This commit is contained in:
Ajay
2022-02-22 21:34:27 -05:00
parent 2ebc5489cd
commit 9654fabc3c

View File

@@ -390,8 +390,6 @@ class PreviewBar {
const chapterBar = document.querySelector(".ytp-chapters-container:not(.sponsorBlockChapterBar)") as HTMLElement;
if (!progressBar || !chapterBar) return;
// todo: Can this same mutation observer be reused to import chapters
// maybe not, looks like it has to be imported from the skipping to chapters page
const observer = new MutationObserver((mutations) => {
const changes: Record<string, HTMLElement> = {};
for (const mutation of mutations) {