Skip to content

Commit

Permalink
add manga description (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
dejavui authored Nov 23, 2024
1 parent 3325a36 commit 372b56b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 372b56b

Please sign in to comment.