mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
Update create-your-own-providers.md
This commit is contained in:
parent
904ee49c6d
commit
50e3ac8cde
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ override suspend fun getMainPage(
|
||||||
```
|
```
|
||||||
|
|
||||||
This might seem needlessly convoluted, but this system is to allow "infinite" loading, e.g loading the next page of search
|
This might seem needlessly convoluted, but this system is to allow "infinite" loading, e.g loading the next page of search
|
||||||
results when the user has scrolled to the end.
|
responses when the user has scrolled to the end.
|
||||||
|
|
||||||
TLDR: Exactly like searching but you defined your own queries.
|
TLDR: Exactly like searching but you defined your own queries.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue