Luminous Scans: update domain (#2641)

This commit is contained in:
Vetle Ledaal 2024-04-29 10:24:11 +00:00 committed by Draff
parent 094ef457b0
commit 5db5f710dd
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@ ext {
extName = 'Luminous Scans' extName = 'Luminous Scans'
extClass = '.LuminousScans' extClass = '.LuminousScans'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://lumitoon.com' baseUrl = 'https://luminouscomics.org'
overrideVersionCode = 5 overrideVersionCode = 6
isNsfw = false
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

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