Copy last page read in migrate
(cherry picked from commit 3a3b719b8bdc3c9ec95120ddca3a87183b40cd4d)
This commit is contained in:
parent
5c0ca305a9
commit
f5e1c1e5ce
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ class MigrateMangaUseCase(
|
||||||
// SY <--
|
// SY <--
|
||||||
dateFetch = prevChapter.dateFetch,
|
dateFetch = prevChapter.dateFetch,
|
||||||
bookmark = prevChapter.bookmark,
|
bookmark = prevChapter.bookmark,
|
||||||
|
lastPageRead = prevChapter.lastPageRead,
|
||||||
)
|
)
|
||||||
// SY -->
|
// SY -->
|
||||||
// KMK -->
|
// KMK -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue