mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 02:44:34 -05:00
include extra chapter data in restore
This commit is contained in:
@@ -75,7 +75,7 @@ object ProtoBackupImport : ProtoBackupBase() {
|
|||||||
- Missing Sources:
|
- Missing Sources:
|
||||||
${validationResult.missingSources.joinToString("\n ")}
|
${validationResult.missingSources.joinToString("\n ")}
|
||||||
- Missing Trackers:
|
- Missing Trackers:
|
||||||
${validationResult.missingTrackers.joinToString("\n")}
|
${validationResult.missingTrackers.joinToString("\n ")}
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -155,6 +155,10 @@ ${validationResult.missingTrackers.joinToString("\n")}
|
|||||||
|
|
||||||
it[chapterIndex] = chapter.source_order
|
it[chapterIndex] = chapter.source_order
|
||||||
it[ChapterTable.manga] = mangaId
|
it[ChapterTable.manga] = mangaId
|
||||||
|
|
||||||
|
it[isRead] = chapter.read
|
||||||
|
it[lastPageRead] = chapter.last_page_read
|
||||||
|
it[isBookmarked] = chapter.bookmark
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user