diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/video/abstract-video-list.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.ts b/client/src/app/shared/video/abstract-video-list.ts index c3543cfaa..c18ebcf54 100644 --- a/client/src/app/shared/video/abstract-video-list.ts +++ b/client/src/app/shared/video/abstract-video-list.ts | |||
@@ -13,7 +13,7 @@ import { SortField } from './sort-field.type' | |||
13 | import { Video } from './video.model' | 13 | import { Video } from './video.model' |
14 | 14 | ||
15 | export abstract class AbstractVideoList implements OnInit, OnDestroy { | 15 | export abstract class AbstractVideoList implements OnInit, OnDestroy { |
16 | private static LINES_PER_PAGE = 3 | 16 | private static LINES_PER_PAGE = 4 |
17 | 17 | ||
18 | @ViewChild('videosElement') videosElement: ElementRef | 18 | @ViewChild('videosElement') videosElement: ElementRef |
19 | @ViewChild(InfiniteScrollerDirective) infiniteScroller: InfiniteScrollerDirective | 19 | @ViewChild(InfiniteScrollerDirective) infiniteScroller: InfiniteScrollerDirective |