From cc62981f12423a141df248e6fcf6b4c466deb775 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 24 Sep 2024 16:32:55 +0300 Subject: [PATCH] [ComicK] Fix chapter numbers in names --- .../org/koitharu/kotatsu/parsers/site/all/ComickFunParser.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/ComickFunParser.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/ComickFunParser.kt index e11b0d83..88047fed 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/ComickFunParser.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/all/ComickFunParser.kt @@ -220,7 +220,7 @@ internal class ComickFunParser(context: MangaLoaderContext) : if (vol > 0) { append("Vol ").append(vol).append(' ') } - append("Chap ").append(chap) + append("Chap ").append(chap.formatSimple()) jo.getStringOrNull("title")?.let { append(": ").append(it) } }, number = chap,