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]
|
extension.sources[sourceLanguage]
|
||||||
} as? AnimeCatalogueSource ?: return emptyList()
|
} as? AnimeCatalogueSource ?: return emptyList()
|
||||||
return try {
|
return try {
|
||||||
val res = source.fetchSearchAnime(0, query, source.getFilterList()).awaitSingle()
|
val res = source.fetchSearchAnime(1, query, source.getFilterList()).awaitSingle()
|
||||||
convertAnimesPageToShowResponse(res)
|
convertAnimesPageToShowResponse(res)
|
||||||
} catch (e: CloudflareBypassException) {
|
} catch (e: CloudflareBypassException) {
|
||||||
logger("Exception in search: $e")
|
logger("Exception in search: $e")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue