Fix share button adding extra "/" onto end of URL
Fixed by removing "/" from end of baseUrl.
This commit is contained in:
parent
7e102edd0a
commit
0adac4217e
@ -36,9 +36,9 @@ class EHentai(override val id: Int,
|
|||||||
|
|
||||||
override val baseUrl: String
|
override val baseUrl: String
|
||||||
get() = if(exh)
|
get() = if(exh)
|
||||||
"$schema://exhentai.org/"
|
"$schema://exhentai.org"
|
||||||
else
|
else
|
||||||
"http://g.e-hentai.org/"
|
"http://g.e-hentai.org"
|
||||||
|
|
||||||
override val lang = "all"
|
override val lang = "all"
|
||||||
override val supportsLatest = true
|
override val supportsLatest = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user