set page search to index at one
This commit is contained in:
parent
d131562f34
commit
4d0c3e5849
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class DynamicAnimeParser(extension: AnimeExtension.Installed) : AnimeParser() {
|
|||
extension.sources[sourceLanguage]
|
||||
} as? AnimeCatalogueSource ?: return emptyList()
|
||||
return try {
|
||||
val res = source.fetchSearchAnime(0, query, source.getFilterList()).awaitSingle()
|
||||
val res = source.fetchSearchAnime(1, query, source.getFilterList()).awaitSingle()
|
||||
convertAnimesPageToShowResponse(res)
|
||||
} catch (e: CloudflareBypassException) {
|
||||
logger("Exception in search: $e")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue