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