Skip to content
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/shared/video/abstract-video-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75236b9

Please sign in to comment.