HBrowse url matching sorta fixed
This commit is contained in:
parent
3893c90eb2
commit
b91252df67
@ -82,7 +82,7 @@ class HBrowse(delegate: HttpSource, val context: Context) :
|
|||||||
)
|
)
|
||||||
|
|
||||||
override fun mapUrlToMangaUrl(uri: Uri): String? {
|
override fun mapUrlToMangaUrl(uri: Uri): String? {
|
||||||
return "$baseUrl/${uri.pathSegments.first()}"
|
return "/${uri.pathSegments.first()}/c00001/"
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun getDescriptionAdapter(controller: MangaController): HBrowseDescriptionAdapter {
|
override fun getDescriptionAdapter(controller: MangaController): HBrowseDescriptionAdapter {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user