From 158f6f42322f97cde2fd357e1d3203b238fa04be Mon Sep 17 00:00:00 2001 From: Draken <131387159+dragonx943@users.noreply.github.com> Date: Sun, 9 Mar 2025 21:52:14 +0700 Subject: [PATCH] [Dragon Translation] Fix build --- .../kotatsu/parsers/site/madara/es/DragonTranslationParser.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/es/DragonTranslationParser.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/es/DragonTranslationParser.kt index 60250ba9..46c115cf 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/es/DragonTranslationParser.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/es/DragonTranslationParser.kt @@ -72,4 +72,5 @@ internal class DragonTranslationParser(context: MangaLoaderContext) : contentRating = if (isNsfwSource) ContentRating.ADULT else null, ) } + } }