Vortex Scans: Update domain (#5026)

* Vortex Scans: Bump versionCode

* Vortex Scans: Update baseUrl
This commit is contained in:
Smol Ame 2024-09-13 23:11:10 -07:00 committed by Draff
parent 33e3638351
commit abf3dca6fd
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -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
} }

View File

@ -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",
) )