diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-12 11:40:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-12 11:40:09 +0200 |
commit | 1d904806f6482f2762a632a51eea17ec7d7875ab (patch) | |
tree | 5b4c17281bb34261dd2ec819988b9e254d429349 /client/src | |
parent | 3e2bc4ea4955ee452d742647683b9021d6b4d6d5 (diff) | |
download | PeerTube-1d904806f6482f2762a632a51eea17ec7d7875ab.tar.gz PeerTube-1d904806f6482f2762a632a51eea17ec7d7875ab.tar.zst PeerTube-1d904806f6482f2762a632a51eea17ec7d7875ab.zip |
10 items per page for my videos
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+my-account/my-account-videos/my-account-videos.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.ts b/client/src/app/+my-account/my-account-videos/my-account-videos.component.ts index 831d5c5b0..4aa570363 100644 --- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.ts +++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.ts | |||
@@ -30,7 +30,7 @@ export class MyAccountVideosComponent implements OnInit, DisableForReuseHook { | |||
30 | selection: SelectionType = {} | 30 | selection: SelectionType = {} |
31 | pagination: ComponentPagination = { | 31 | pagination: ComponentPagination = { |
32 | currentPage: 1, | 32 | currentPage: 1, |
33 | itemsPerPage: 5, | 33 | itemsPerPage: 10, |
34 | totalItems: null | 34 | totalItems: null |
35 | } | 35 | } |
36 | miniatureDisplayOptions: MiniatureDisplayOptions = { | 36 | miniatureDisplayOptions: MiniatureDisplayOptions = { |