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:
parent
ace294b5e3
commit
5ea83b7087
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: MangaPark'
|
||||
pkgNameSuffix = 'en.mangapark'
|
||||
extClass = '.MangaPark'
|
||||
extVersionCode = 11
|
||||
extVersionCode = 12
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue