VarnaScan: Update domain (#5117)

Update domain
This commit is contained in:
Chopper 2024-09-20 04:18:31 -03:00 committed by Draff
parent 9c71b92ecf
commit c352aedae1
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Varna Scan'
extClass = '.VarnaScan'
themePkg = 'mangathemesia'
baseUrl = 'https://varnascan.com'
overrideVersionCode = 0
baseUrl = 'https://varnascan.net'
overrideVersionCode = 1
isNsfw = false
}

View File

@ -4,6 +4,6 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class VarnaScan : MangaThemesia(
"Varna Scan",
"https://varnascan.com",
"https://varnascan.net",
"en",
)