mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12: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")
|
id("lib-multisrc")
|
||||||
}
|
}
|
||||||
|
|
||||||
baseVersionCode = 2
|
baseVersionCode = 3
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api(project(":lib:synchrony"))
|
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 statusTitle: String
|
||||||
protected abstract val authorTitle: String
|
protected abstract val authorTitle: String
|
||||||
|
Loading…
Reference in New Issue
Block a user