From a02b00176868d8a2d6737ebba20d1d1c3ac6ec48 Mon Sep 17 00:00:00 2001 From: Draken Date: Mon, 10 Mar 2025 14:43:03 +0000 Subject: [PATCH] [Kumapage] Add source + TODO --- src/main/kotlin/org/koitharu/kotatsu/parsers/site/id/Kumapage.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/id/Kumapage.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/id/Kumapage.kt index d27d6861..3acffa8d 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/id/Kumapage.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/id/Kumapage.kt @@ -116,6 +116,7 @@ internal class Kumapage(context: MangaLoaderContext) : rating = RATING_UNKNOWN, state = null, coverUrl = img, + // TODO: Check if manga is NSFW by checking the genre contentRating = if (isNsfwSource) ContentRating.ADULT else null, source = source, )