Missing nsfw directives (#5713)

* Missing nsfw directives

* Override version bump

* Un-bump the version
This commit is contained in:
Aria Moradi 2021-02-08 16:33:22 -08:00 committed by GitHub
parent 24a62236b8
commit 28252e353b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ class EroMuseGenerator : ThemeSourceGenerator {
override val baseVersionCode: Int = 1
override val sources = listOf(
SingleLang("8Muses", "https://comics.8muses.com", "en", className = "EightMuses"),
SingleLang("Erofus", "https://www.erofus.com", "en")
SingleLang("8Muses", "https://comics.8muses.com", "en", className = "EightMuses", isNsfw = true),
SingleLang("Erofus", "https://www.erofus.com", "en", isNsfw = true)
)
companion object {