mirror of https://github.com/Chocobozzz/PeerTube
Fix lint
parent
a86887a4b8
commit
2e78e2684c
|
@ -23,7 +23,7 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit,
|
|||
checkedVideos: { [ id: number ]: boolean } = {}
|
||||
pagination: ComponentPagination = {
|
||||
currentPage: 1,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPage: 5,
|
||||
totalItems: null
|
||||
}
|
||||
|
||||
|
|
|
@ -162,7 +162,7 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy {
|
|||
|
||||
protected setNewRouteParams () {
|
||||
const routeParams = this.buildRouteParams()
|
||||
this.router.navigate([ this.currentRoute ], { queryParams: routeParams })
|
||||
this.router.navigate([ this.currentRoute ], { queryParams: routeParams })
|
||||
}
|
||||
|
||||
protected buildVideoPages () {
|
||||
|
|
Loading…
Reference in New Issue