Update tracker progress on mark all as read in ChapterList button
This commit is contained in:
@@ -164,6 +164,7 @@ export const ChapterList: React.FC<IProps> = ({ manga, isRefreshing }) => {
|
|||||||
Chapters.markAsRead(
|
Chapters.markAsRead(
|
||||||
ChaptersWithMeta.getChapters(ChaptersWithMeta.getNonRead(chaptersWithMeta)),
|
ChaptersWithMeta.getChapters(ChaptersWithMeta.getNonRead(chaptersWithMeta)),
|
||||||
true,
|
true,
|
||||||
|
manga.id,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user