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
|
||||
get() = if(exh)
|
||||
"$schema://exhentai.org/"
|
||||
"$schema://exhentai.org"
|
||||
else
|
||||
"http://g.e-hentai.org/"
|
||||
"http://g.e-hentai.org"
|
||||
|
||||
override val lang = "all"
|
||||
override val supportsLatest = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user