Vortex Scans: Update domain (#5991)
This commit is contained in:
parent
6b73e1dfec
commit
ce3bced7e1
|
@ -2,7 +2,7 @@ ext {
|
||||||
extName = 'Vortex Scans'
|
extName = 'Vortex Scans'
|
||||||
extClass = '.VortexScans'
|
extClass = '.VortexScans'
|
||||||
themePkg = 'iken'
|
themePkg = 'iken'
|
||||||
overrideVersionCode = 34
|
overrideVersionCode = 35
|
||||||
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://vortextoon.com",
|
"https://vortexscans.org",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue