diff options
Diffstat (limited to 'server/controllers/api/overviews.ts')
-rw-r--r-- | server/controllers/api/overviews.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( | |||
94 | ) { | 94 | ) { |
95 | const query = Object.assign({ | 95 | const query = Object.assign({ |
96 | start: 0, | 96 | start: 0, |
97 | count: 10, | 97 | count: 12, |
98 | sort: '-createdAt', | 98 | sort: '-createdAt', |
99 | includeLocalVideos: true, | 99 | includeLocalVideos: true, |
100 | nsfw: buildNSFWFilter(res), | 100 | nsfw: buildNSFWFilter(res), |