ColaManga: Fix search next page selector (#1326)

This commit is contained in:
beerpsi 2024-02-17 16:10:47 +07:00 committed by GitHub
parent d7f08c07c8
commit 64430ef03c
2 changed files with 2 additions and 2 deletions

View File

@ -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"))

View File

@ -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