Fix chapter's memo field not being updated for existing chapters (#3538)

This commit is contained in:
Cuong-Tran
2026-07-07 17:25:31 +07:00
committed by GitHub
parent aa46039e6c
commit 88a9d44bb7
2 changed files with 2 additions and 0 deletions
@@ -129,6 +129,7 @@ class SyncChaptersWithSource(
chapterNumber = chapter.chapterNumber,
scanlator = chapter.scanlator,
sourceOrder = chapter.sourceOrder,
memo = chapter.memo,
)
if (chapter.dateUpload != 0L) {