use super high quality on mangaplus

(cherry picked from commit 2074fbc192b9cfe9475643583d3d77f3cd9e4b4c)
This commit is contained in:
Carlos 2021-02-07 10:12:10 -05:00 committed by Jobobby04
parent 4388e7bc3a
commit 88690008f7

View File

@ -32,7 +32,7 @@ class MangaPlusHandler(currentClient: OkHttpClient) {
private fun pageListRequest(chapterId: String): Request {
return GET(
"$baseUrl/manga_viewer?chapter_id=$chapterId&split=yes&img_quality=high",
"$baseUrl/manga_viewer?chapter_id=$chapterId&split=yes&img_quality=super_high",
headers
)
}