Copy last page read in migrate

(cherry picked from commit 3a3b719b8bdc3c9ec95120ddca3a87183b40cd4d)
This commit is contained in:
Jobobby04 2026-02-27 22:07:59 -05:00 committed by Cuong-Tran
parent 5c0ca305a9
commit f5e1c1e5ce

View file

@ -99,6 +99,7 @@ class MigrateMangaUseCase(
// SY <--
dateFetch = prevChapter.dateFetch,
bookmark = prevChapter.bookmark,
lastPageRead = prevChapter.lastPageRead,
)
// SY -->
// KMK -->