mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-21 18:02:42 +01:00
ColaManga: Fix search next page selector (#1326)
This commit is contained in:
parent
d7f08c07c8
commit
64430ef03c
@ -2,7 +2,7 @@ plugins {
|
||||
id("lib-multisrc")
|
||||
}
|
||||
|
||||
baseVersionCode = 2
|
||||
baseVersionCode = 3
|
||||
|
||||
dependencies {
|
||||
api(project(":lib:synchrony"))
|
||||
|
@ -143,7 +143,7 @@ abstract class ColaManga(
|
||||
}
|
||||
}
|
||||
|
||||
override fun searchMangaNextPageSelector() = popularMangaSelector()
|
||||
override fun searchMangaNextPageSelector() = popularMangaNextPageSelector()
|
||||
|
||||
protected abstract val statusTitle: String
|
||||
protected abstract val authorTitle: String
|
||||
|
Loading…
Reference in New Issue
Block a user