The contents in manga park extension differs from that of the webview in both the latest and browse from the app ; Fixes #2528 (#2589)

The contents in manga park extension differs from that of the webview in both the latest and browse from the app ; Fixes #2528
This commit is contained in:
Xéfir Destiny 2020-04-05 15:03:25 +02:00 committed by GitHub
parent ace294b5e3
commit 5ea83b7087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: MangaPark'
pkgNameSuffix = 'en.mangapark'
extClass = '.MangaPark'
extVersionCode = 11
extVersionCode = 12
libVersion = '1.2'
}

View File

@ -52,7 +52,7 @@ class MangaPark : ConfigurableSource, ParsedHttpSource() {
override fun popularMangaNextPageSelector() = directoryNextPageSelector
override fun latestUpdatesRequest(page: Int) = GET("$baseUrl$directoryUrl/$page?update")
override fun latestUpdatesRequest(page: Int) = GET("$baseUrl/latest")
override fun latestUpdatesSelector() = directorySelector