From c877ea23d347c62d9d81e780c92320b5ab16ab2e Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sun, 21 Apr 2024 03:44:02 +0200 Subject: [PATCH] Update tracker progress on mark all as read in ChapterList button --- src/components/chapter/ChapterList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/chapter/ChapterList.tsx b/src/components/chapter/ChapterList.tsx index d4c27134..99fadb5d 100644 --- a/src/components/chapter/ChapterList.tsx +++ b/src/components/chapter/ChapterList.tsx @@ -164,6 +164,7 @@ export const ChapterList: React.FC = ({ manga, isRefreshing }) => { Chapters.markAsRead( ChaptersWithMeta.getChapters(ChaptersWithMeta.getNonRead(chaptersWithMeta)), true, + manga.id, ) } >