Chore: Port over Reader & Tracking

This commit is contained in:
Youwes09
2026-05-31 21:14:25 -05:00
parent 13f2a483ca
commit c5243ba30c
42 changed files with 6385 additions and 241 deletions
@@ -495,7 +495,7 @@
})
}
}
openReader(ch, ascList)
openReader(ch, ascList, manga)
}
function handleContinue(cc: typeof continueChapter) {
@@ -522,7 +522,7 @@
})
}
}
openReader(cc.chapter, ascList)
openReader(cc.chapter, ascList, manga)
}
async function openLinkPicker() {