Copy last page read in migrate

This commit is contained in:
Jobobby04
2026-02-27 22:07:59 -05:00
parent 1903437ecf
commit 3a3b719b8b
@@ -73,6 +73,7 @@ class MigrateMangaUseCase(
updatedChapter = updatedChapter.copy(
dateFetch = prevChapter.dateFetch,
bookmark = prevChapter.bookmark,
lastPageRead = prevChapter.lastPageRead
)
}