From 1d904806f6482f2762a632a51eea17ec7d7875ab Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 May 2020 11:40:09 +0200 Subject: 10 items per page for my videos --- .../app/+my-account/my-account-videos/my-account-videos.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+my-account') 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 = { -- cgit v1.2.3