Vortex Scans: Update domain (#5026)
* Vortex Scans: Bump versionCode * Vortex Scans: Update baseUrl
This commit is contained in:
parent
33e3638351
commit
abf3dca6fd
|
@ -2,7 +2,7 @@ ext {
|
||||||
extName = 'Vortex Scans'
|
extName = 'Vortex Scans'
|
||||||
extClass = '.VortexScans'
|
extClass = '.VortexScans'
|
||||||
themePkg = 'iken'
|
themePkg = 'iken'
|
||||||
overrideVersionCode = 33
|
overrideVersionCode = 34
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,5 +5,5 @@ import eu.kanade.tachiyomi.multisrc.iken.Iken
|
||||||
class VortexScans : Iken(
|
class VortexScans : Iken(
|
||||||
"Vortex Scans",
|
"Vortex Scans",
|
||||||
"en",
|
"en",
|
||||||
"https://vortexscans.org",
|
"https://vortextoon.com",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue