HBrowse url matching sorta fixed

This commit is contained in:
Jobobby04 2020-08-02 16:15:01 -04:00
parent 3893c90eb2
commit b91252df67

View File

@ -82,7 +82,7 @@ class HBrowse(delegate: HttpSource, val context: Context) :
)
override fun mapUrlToMangaUrl(uri: Uri): String? {
return "$baseUrl/${uri.pathSegments.first()}"
return "/${uri.pathSegments.first()}/c00001/"
}
override fun getDescriptionAdapter(controller: MangaController): HBrowseDescriptionAdapter {