Return more items by default in the api

This commit is contained in:
Zoe Roux 2023-09-11 11:48:31 +02:00
parent 4b8528af65
commit c3816b709c

View File

@ -43,7 +43,7 @@ namespace Kyoo.Abstractions.Controllers
/// </summary>
public Pagination()
{
Limit = 20;
Limit = 50;
AfterID = null;
Reverse = false;
}