Fix chapter's memo field not being updated for existing chapters (#3538)
This commit is contained in:
@@ -129,6 +129,7 @@ class SyncChaptersWithSource(
|
||||
chapterNumber = chapter.chapterNumber,
|
||||
scanlator = chapter.scanlator,
|
||||
sourceOrder = chapter.sourceOrder,
|
||||
memo = chapter.memo,
|
||||
)
|
||||
|
||||
if (chapter.dateUpload != 0L) {
|
||||
|
||||
Reference in New Issue
Block a user