ace scans: add nsfw tag (#8253)
* Create AceScans.kt * Update WPMangaReaderGenerator.kt * Update AceScans.kt * Update AceScans.kt * Update AceScans.kt
This commit is contained in:
parent
a625df4ccb
commit
08779023fb
|
@ -0,0 +1,7 @@
|
|||
package eu.kanade.tachiyomi.extension.en.acescans
|
||||
|
||||
import eu.kanade.tachiyomi.annotations.Nsfw
|
||||
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
|
||||
|
||||
@Nsfw
|
||||
class AceScans : WPMangaReader("Ace Scans", "https://acescans.xyz", "en")
|
|
@ -34,7 +34,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
|||
SingleLang("DragonTranslation", "https://dragontranslation.com", "es", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("Patatescans", "https://patatescans.com", "fr", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("Fusion Scanlation", "https://fusionscanlation.com", "es", className = "FusionScanlation", overrideVersionCode = 1),
|
||||
SingleLang("Ace Scans", "https://acescans.xyz", "en"),
|
||||
SingleLang("Ace Scans", "https://acescans.xyz", "en", isNsfw = true, overrideVersionCode = 1),
|
||||
)
|
||||
|
||||
companion object {
|
||||
|
|
Loading…
Reference in New Issue