From f03f87906990965481e870230f841ffb046c2072 Mon Sep 17 00:00:00 2001 From: Kakabay Date: Tue, 28 Feb 2023 15:29:21 +0500 Subject: [PATCH] count 10 --- src/api/params.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/params.ts b/src/api/params.ts index 224c031..4fc2435 100644 --- a/src/api/params.ts +++ b/src/api/params.ts @@ -40,7 +40,7 @@ export const featuredParams: IurlParamAdder[] = [ export const videoParams: IurlParamAdder[] = [ { name: 'count', - value: 5, + value: 10, }, { name: 'page',