10 items per page for my videos

This commit is contained in:
Chocobozzz 2020-05-12 11:40:09 +02:00
parent 3e2bc4ea49
commit 1d904806f6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View 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 = {