Update tracker progress on mark all as read in ChapterList button

This commit is contained in:
schroda
2024-04-21 03:44:02 +02:00
parent 18365a26c1
commit c877ea23d3

View File

@@ -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,
) )
} }
> >