handle front, handle orphans

This commit is contained in:
Aria Moradi
2021-05-11 18:45:53 +04:30
parent 8abb132ad6
commit c200785479
3 changed files with 17 additions and 8 deletions

View File

@@ -56,10 +56,13 @@ interface IChapter {
id: number
url: string
name: string
date_upload: number
chapter_number: number
uploadDate: number
chapterNumber: number
scanlator: String
mangaId: number
read: boolean
bookmarked: boolean
lastPageRead: number
chapterIndex: number
chapterCount: number
pageCount: number