Olympus Scanlation: Update domain (#2558)

Update domain
This commit is contained in:
bapeey 2024-04-25 02:38:08 -05:00 committed by Draff
parent c47be31508
commit 86cacd6f59
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Olympus Scanlation'
extClass = '.OlympusScanlation'
extVersionCode = 7
extVersionCode = 8
}
apply from: "$rootDir/common.gradle"

View File

@ -24,8 +24,8 @@ class OlympusScanlation : HttpSource() {
override val versionId = 2
override val baseUrl: String = "https://visorolym.com"
private val apiBaseUrl: String = "https://dashboard.visorolym.com"
override val baseUrl: String = "https://leelolympus.com"
private val apiBaseUrl: String = "https://dashboard.leelolympus.com"
override val lang: String = "es"
override val name: String = "Olympus Scanlation"