diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/CMangaParser.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/CMangaParser.kt index 15e6b3bc..ec8c3156 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/CMangaParser.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/CMangaParser.kt @@ -168,7 +168,7 @@ internal class CMangaParser(context: MangaLoaderContext) : }, author = null, largeCoverUrl = null, - description = info.optString("detail"), + description = info.getStringOrNull("detail")?.replace("\\\"", "\""), chapters = emptyList(), source = source, )