]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
25 items per page
authorChocobozzz <me@florianbigard.com>
Mon, 29 Jan 2018 14:14:29 +0000 (15:14 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 29 Jan 2018 14:14:29 +0000 (15:14 +0100)
client/src/app/shared/video/abstract-video-list.ts

index aaf376c8157d5c7e50977a7c9a77b66c9d327cbb..bf0827207999ae7d756fef356a7d8718c5c5103c 100644 (file)
@@ -10,7 +10,7 @@ import { Video } from './video.model'
 export abstract class AbstractVideoList implements OnInit {
   pagination: ComponentPagination = {
     currentPage: 1,
-    itemsPerPage: 10,
+    itemsPerPage: 25,
     totalItems: null
   }
   sort: SortField = '-createdAt'