diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-29 15:14:29 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-29 15:14:29 +0100 |
commit | 6f6cdef7ece29d5326761440067faed9a880037e (patch) | |
tree | c097a20c87071576f8a7ba7d5fecb14d31b5ffc5 /client/src/app/shared | |
parent | 30f0d5e0b3fb856ecdb6b1932a7fdd29e41a2c06 (diff) | |
download | PeerTube-6f6cdef7ece29d5326761440067faed9a880037e.tar.gz PeerTube-6f6cdef7ece29d5326761440067faed9a880037e.tar.zst PeerTube-6f6cdef7ece29d5326761440067faed9a880037e.zip |
25 items per page
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/video/abstract-video-list.ts | 2 |
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' | |||
10 | export abstract class AbstractVideoList implements OnInit { | 10 | export 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' |