mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-28 11:34:01 -06:00
10 items per page for my videos
This commit is contained in:
parent
3e2bc4ea49
commit
1d904806f6
@ -30,7 +30,7 @@ export class MyAccountVideosComponent implements OnInit, DisableForReuseHook {
|
||||
selection: SelectionType = {}
|
||||
pagination: ComponentPagination = {
|
||||
currentPage: 1,
|
||||
itemsPerPage: 5,
|
||||
itemsPerPage: 10,
|
||||
totalItems: null
|
||||
}
|
||||
miniatureDisplayOptions: MiniatureDisplayOptions = {
|
||||
|
Loading…
Reference in New Issue
Block a user