Fix backup corruption with new extension lib (#2146)

* Fix backup corruption with new extension lib

* Fix missing chapter memo backup
This commit is contained in:
Mitchell Syer
2026-06-29 14:52:37 -04:00
committed by GitHub
parent 35b48114c6
commit 4d7b7617a9
2 changed files with 3 additions and 2 deletions

View File

@@ -238,6 +238,7 @@ object Manga {
it[MangaTable.lastFetchedAt] = Instant.now().epochSecond
it[MangaTable.updateStrategy] = sManga.update_strategy.name
it[MangaTable.memo] = Json.encodeToString(sManga.memo)
}
}