Fix share button adding extra "/" onto end of URL

Fixed by removing "/" from end of baseUrl.
This commit is contained in:
NerdNumber9 2017-02-28 17:09:13 -05:00
parent 7e102edd0a
commit 0adac4217e

View File

@ -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