Trigger track progress on last page read of chapter (#690)
This commit is contained in:
@@ -253,6 +253,7 @@ export function Reader() {
|
||||
.updateChapter(chapter.id, {
|
||||
...patch,
|
||||
chapterIdToDelete: getChapterIdToDelete(),
|
||||
trackProgressMangaId: manga.trackRecords.totalCount ? manga.id : undefined,
|
||||
})
|
||||
.response.catch();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user