mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Nekosama add more results items from search
This commit is contained in:
parent
8035fee4b3
commit
71043889cb
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ class NekosamaProvider : MainAPI() {
|
||||||
override val supportedTypes =
|
override val supportedTypes =
|
||||||
setOf(TvType.Anime, TvType.AnimeMovie, TvType.OVA) // animes, animesfilms
|
setOf(TvType.Anime, TvType.AnimeMovie, TvType.OVA) // animes, animesfilms
|
||||||
|
|
||||||
private val nCharQuery = 5 // take the lenght of the query + nCharQuery
|
private val nCharQuery = 10 // take the lenght of the query + nCharQuery
|
||||||
private val resultsSearchNbr = 30 // take only n results from search function
|
private val resultsSearchNbr = 50 // take only n results from search function
|
||||||
|
|
||||||
|
|
||||||
data class EpisodeData(
|
data class EpisodeData(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue