4 lines per page instead of 3 for videos list

pull/487/head
Chocobozzz 2018-03-27 09:18:26 +02:00
parent 761fc1ddfe
commit 75236b9878
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import { SortField } from './sort-field.type'
import { Video } from './video.model'
export abstract class AbstractVideoList implements OnInit, OnDestroy {
private static LINES_PER_PAGE = 3
private static LINES_PER_PAGE = 4
@ViewChild('videosElement') videosElement: ElementRef
@ViewChild(InfiniteScrollerDirective) infiniteScroller: InfiniteScrollerDirective