]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/api/overviews.ts
Add ability to remove an instance follower in API
[github/Chocobozzz/PeerTube.git] / server / controllers / api / overviews.ts
index 8b67730565d99224d68d290e3b0e99ad24e4a18f..b052acdb7485282c37d97fa4a9f87dcb6c326b0e 100644 (file)
@@ -94,7 +94,7 @@ async function getVideos (
 ) {
   const query = Object.assign({
     start: 0,
-    count: 10,
+    count: 12,
     sort: '-createdAt',
     includeLocalVideos: true,
     nsfw: buildNSFWFilter(res),