Manga Pro: Fix API URL typo (#10486)
* Manga Pro: Bump versionCode * Manga Pro: Fix API URL typo
This commit is contained in:
parent
f3835ed243
commit
582848455c
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.MangaPro'
|
||||
themePkg = 'iken'
|
||||
baseUrl = 'https://promanga.net'
|
||||
overrideVersionCode = 30
|
||||
overrideVersionCode = 31
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@ class MangaPro : Iken(
|
||||
"Manga Pro",
|
||||
"ar",
|
||||
"https://promanga.net",
|
||||
"https:/api.promanga.net",
|
||||
"https://api.promanga.net",
|
||||
) {
|
||||
override val versionId = 4
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user