fix: Fixed extension publish (#484)
This commit is contained in:
parent
6853962f8c
commit
4963848e16
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'HentaiZM'
|
||||
extClass = '.HentaiZM'
|
||||
extVersionCode = 6
|
||||
extVersionCode = 7
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue