Luminous Scan: Update domain (#3847)

* Update domain

* minor change
This commit is contained in:
Yush0DAN 2024-07-03 10:20:16 -06:00 committed by Draff
parent 63f4b9af12
commit 7445751170
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 = 'Luminous Scans' extName = 'Luminous Scans'
extClass = '.LuminousScans' extClass = '.LuminousScans'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://luminouscomics.org' baseUrl = 'https://luminous-scans.com'
overrideVersionCode = 6 overrideVersionCode = 7
isNsfw = false isNsfw = false
} }

View File

@ -7,7 +7,7 @@ import okhttp3.Request
class LuminousScans : MangaThemesiaAlt( class LuminousScans : MangaThemesiaAlt(
"Luminous Scans", "Luminous Scans",
"https://luminouscomics.org", "https://luminous-scans.com",
"en", "en",
mangaUrlDirectory = "/series", mangaUrlDirectory = "/series",
randomUrlPrefKey = "pref_permanent_manga_url_2_en", randomUrlPrefKey = "pref_permanent_manga_url_2_en",