From 0f4905e120e66c5227ca3c57074e3e8554424621 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Apr 2019 17:00:09 +0200 Subject: 2 rows per overview section --- server/controllers/api/overviews.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/controllers/api/overviews.ts') diff --git a/server/controllers/api/overviews.ts b/server/controllers/api/overviews.ts index 8b6773056..b052acdb7 100644 --- a/server/controllers/api/overviews.ts +++ b/server/controllers/api/overviews.ts @@ -94,7 +94,7 @@ async function getVideos ( ) { const query = Object.assign({ start: 0, - count: 10, + count: 12, sort: '-createdAt', includeLocalVideos: true, nsfw: buildNSFWFilter(res), -- cgit v1.2.3