mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fix share button adding extra "/" onto end of URL
Fixed by removing "/" from end of baseUrl.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user