add manga description (#1165)

This commit is contained in:
are-are-are
2024-11-24 06:22:21 +07:00
committed by GitHub
parent 3325a36cae
commit 372b56bb1b

View File

@@ -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