fix wrong chapter count, abstract next page

This commit is contained in:
Aria Moradi
2021-05-18 01:10:28 +04:30
parent c0b49c7428
commit 49dc9fe5f6
5 changed files with 15 additions and 8 deletions

View File

@@ -116,4 +116,5 @@ interface IReaderProps {
settings: IReaderSettings
manga: IMangaCard | IManga
chapter: IChapter | IPartialChpter
nextChapter: () => void
}