pull/425/head
Chocobozzz 2018-03-27 17:52:41 +02:00
parent a86887a4b8
commit 2e78e2684c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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 () {