diff --git a/src/components/chapter/ChapterActionMenuItems.tsx b/src/components/chapter/ChapterActionMenuItems.tsx index ef50418a..f9075895 100644 --- a/src/components/chapter/ChapterActionMenuItems.tsx +++ b/src/components/chapter/ChapterActionMenuItems.tsx @@ -136,8 +136,8 @@ export const ChapterActionMenuItems = ({ return; } - Chapters.performAction(actualAction, chapter ? [chapter.id] : ChaptersWithMeta.getIds(chaptersWithMeta), { - chapters: getChapters(), + Chapters.performAction(actualAction, Chapters.getIds(chapters), { + chapters, wasManuallyMarkedAsRead: true, }).catch(defaultPromiseErrorHandler('ChapterActionMenuItems::performAction')); onClose();