[Kumapage] Add source + TODO

Draken 1 year ago
parent 5edbdf801a
commit a02b001768

@ -116,6 +116,7 @@ internal class Kumapage(context: MangaLoaderContext) :
rating = RATING_UNKNOWN, rating = RATING_UNKNOWN,
state = null, state = null,
coverUrl = img, coverUrl = img,
// TODO: Check if manga is NSFW by checking the genre
contentRating = if (isNsfwSource) ContentRating.ADULT else null, contentRating = if (isNsfwSource) ContentRating.ADULT else null,
source = source, source = source,
) )

Loading…
Cancel
Save