mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Return more items by default in the api
This commit is contained in:
parent
4b8528af65
commit
c3816b709c
@ -43,7 +43,7 @@ namespace Kyoo.Abstractions.Controllers
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public Pagination()
|
public Pagination()
|
||||||
{
|
{
|
||||||
Limit = 20;
|
Limit = 50;
|
||||||
AfterID = null;
|
AfterID = null;
|
||||||
Reverse = false;
|
Reverse = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user