4 lines per page instead of 3 for videos list
This commit is contained in:
parent
761fc1ddfe
commit
75236b9878
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue