Vortex Scans: Update domain (#5991)

This commit is contained in:
Michał Marszałek 2024-11-11 11:06:22 +01:00 committed by Draff
parent 6b73e1dfec
commit ce3bced7e1
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 = 34 overrideVersionCode = 35
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://vortextoon.com", "https://vortexscans.org",
) )