ColaManga: Fix search next page selector (#1326)
This commit is contained in:
parent
e95e761833
commit
27c4ed1430
@ -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…
x
Reference in New Issue
Block a user