Fix MangaPlus errors
This commit is contained in:
parent
f8d14827da
commit
04c683675f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class MangaPlusHandler(currentClient: OkHttpClient) {
|
|||
.build()
|
||||
|
||||
suspend fun fetchPageList(chapterId: String): List<Page> {
|
||||
val response = client.newCall(pageListRequest(chapterId)).await()
|
||||
val response = client.newCall(pageListRequest(chapterId.substringAfterLast("/"))).await()
|
||||
return pageListParse(response)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue