10 items per page for my videos
authorChocobozzz <me@florianbigard.com>
Tue, 12 May 2020 09:40:09 +0000 (11:40 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 12 May 2020 09:40:09 +0000 (11:40 +0200)
client/src/app/+my-account/my-account-videos/my-account-videos.component.ts

index 831d5c5b0b1d7a26513616bc31b094add77ffbe4..4aa570363c83f7425f98c4c4b36d7d64f744c092 100644 (file)
@@ -30,7 +30,7 @@ export class MyAccountVideosComponent implements OnInit, DisableForReuseHook {
   selection: SelectionType = {}
   pagination: ComponentPagination = {
     currentPage: 1,
-    itemsPerPage: 5,
+    itemsPerPage: 10,
     totalItems: null
   }
   miniatureDisplayOptions: MiniatureDisplayOptions = {