Update src/main/kotlin/org/koitharu/kotatsu/parsers/site/zmanga/ZMangaParser.kt

Co-authored-by: Koitharu <nvasya95@gmail.com>
pull/223/head
devi 3 years ago committed by GitHub
parent bfea5b314e
commit d56240086c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -174,7 +174,7 @@ internal abstract class ZMangaParser(
author = aut, author = aut,
state = state, state = state,
chapters = chaptersDeferred.await(), chapters = chaptersDeferred.await(),
isNsfw = nsfw || manga.isNsfw, isNsfw = manga.isNsfw || doc.getElementById("adt-warning") != null,
) )
} }

Loading…
Cancel
Save