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