mirror of https://github.com/Chocobozzz/PeerTube
10 items per page for my videos
parent
3e2bc4ea49
commit
1d904806f6
|
@ -30,7 +30,7 @@ export class MyAccountVideosComponent implements OnInit, DisableForReuseHook {
|
||||||
selection: SelectionType = {}
|
selection: SelectionType = {}
|
||||||
pagination: ComponentPagination = {
|
pagination: ComponentPagination = {
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
itemsPerPage: 5,
|
itemsPerPage: 10,
|
||||||
totalItems: null
|
totalItems: null
|
||||||
}
|
}
|
||||||
miniatureDisplayOptions: MiniatureDisplayOptions = {
|
miniatureDisplayOptions: MiniatureDisplayOptions = {
|
||||||
|
|
Loading…
Reference in New Issue