From: Chocobozzz Date: Tue, 12 May 2020 09:40:09 +0000 (+0200) Subject: 10 items per page for my videos X-Git-Tag: v2.2.0-rc.1~17 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=1d904806f6482f2762a632a51eea17ec7d7875ab;p=github%2FChocobozzz%2FPeerTube.git 10 items per page for my videos --- 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 { selection: SelectionType = {} pagination: ComponentPagination = { currentPage: 1, - itemsPerPage: 5, + itemsPerPage: 10, totalItems: null } miniatureDisplayOptions: MiniatureDisplayOptions = {