diff --git a/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Chapter.kt b/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Chapter.kt index 099395bc3..4273a30ee 100644 --- a/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Chapter.kt +++ b/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Chapter.kt @@ -139,6 +139,7 @@ object Chapter { SManga.create().apply { title = manga.title url = manga.url + description = manga.description } val currentLatestChapterNumber = Manga.getLatestChapter(mangaId)?.chapterNumber ?: 0f