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'
extClass = '.LuminousScans'
themePkg = 'mangathemesia'
baseUrl = 'https://lumitoon.com'
overrideVersionCode = 5
baseUrl = 'https://luminouscomics.org'
overrideVersionCode = 6
isNsfw = false
}
apply from: "$rootDir/common.gradle"

View File

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