Fix base URL for Poseidon Scans extension (#11622)
* Fix base URL for Poseidon Scans extension * Bump extension version
This commit is contained in:
parent
cc1631633f
commit
43a4da5a3b
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Poseidon Scans'
|
||||
extClass = '.PoseidonScans'
|
||||
extVersionCode = 47
|
||||
extVersionCode = 48
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ import java.util.TimeZone
|
||||
class PoseidonScans : HttpSource() {
|
||||
|
||||
override val name = "Poseidon Scans"
|
||||
override val baseUrl = "https://poseidonscans.com"
|
||||
override val baseUrl = "https://poseidon-scans.com"
|
||||
override val lang = "fr"
|
||||
override val supportsLatest = true
|
||||
override val versionId = 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user