fix: Fixed extension publish (#484)

This commit is contained in:
WebDitto 2025-01-05 14:28:30 -03:00 committed by GitHub
parent 6853962f8c
commit 4963848e16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'HentaiZM'
extClass = '.HentaiZM'
extVersionCode = 6
extVersionCode = 7
isNsfw = true
}

View file

@ -30,7 +30,7 @@ class HentaiZM : ParsedAnimeHttpSource(), ConfigurableAnimeSource {
override val name = "HentaiZM"
override val baseUrl = "https://www.hentaizm1.online/"
override val baseUrl = "https://www.hentaizm3.online/"
override val lang = "tr"