aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-29 15:14:29 +0100
committerChocobozzz <me@florianbigard.com>2018-01-29 15:14:29 +0100
commit6f6cdef7ece29d5326761440067faed9a880037e (patch)
treec097a20c87071576f8a7ba7d5fecb14d31b5ffc5
parent30f0d5e0b3fb856ecdb6b1932a7fdd29e41a2c06 (diff)
downloadPeerTube-6f6cdef7ece29d5326761440067faed9a880037e.tar.gz
PeerTube-6f6cdef7ece29d5326761440067faed9a880037e.tar.zst
PeerTube-6f6cdef7ece29d5326761440067faed9a880037e.zip
25 items per page
-rw-r--r--client/src/app/shared/video/abstract-video-list.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.ts b/client/src/app/shared/video/abstract-video-list.ts
index aaf376c81..bf0827207 100644
--- a/client/src/app/shared/video/abstract-video-list.ts
+++ b/client/src/app/shared/video/abstract-video-list.ts
@@ -10,7 +10,7 @@ import { Video } from './video.model'
10export abstract class AbstractVideoList implements OnInit { 10export abstract class AbstractVideoList implements OnInit {
11 pagination: ComponentPagination = { 11 pagination: ComponentPagination = {
12 currentPage: 1, 12 currentPage: 1,
13 itemsPerPage: 10, 13 itemsPerPage: 25,
14 totalItems: null 14 totalItems: null
15 } 15 }
16 sort: SortField = '-createdAt' 16 sort: SortField = '-createdAt'