mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 08:33:55 +00:00
set page search to index at one
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user