Manhua Plus: Fix No Results Found & search error (#9248)

* Manhua Plus: Bump versionCode

* Manhua Plus: Set `LoadMoreStrategy` to Never
This commit is contained in:
Smol Ame 2025-06-14 00:51:03 -08:00 committed by Draff
parent 53f87f108e
commit 205bf49af7
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.ManhuaPlus'
themePkg = 'madara'
baseUrl = 'https://manhuaplus.com'
overrideVersionCode = 6
overrideVersionCode = 7
isNsfw = false
}

View File

@ -6,6 +6,6 @@ class ManhuaPlus : Madara("Manhua Plus", "https://manhuaplus.com", "en") {
// The website does not flag the content.
override val filterNonMangaItems = false
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val pageListParseSelector = ".read-container img"
}