diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/recommendations/recommended-videos.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/recommendations/recommended-videos.component.ts b/client/src/app/videos/recommendations/recommended-videos.component.ts index fdcfb28e3..116b0e8f7 100644 --- a/client/src/app/videos/recommendations/recommended-videos.component.ts +++ b/client/src/app/videos/recommendations/recommended-videos.component.ts | |||
@@ -22,11 +22,11 @@ export class RecommendedVideosComponent implements OnChanges { | |||
22 | @Input() playlist: VideoPlaylist | 22 | @Input() playlist: VideoPlaylist |
23 | @Output() gotRecommendations = new EventEmitter<Video[]>() | 23 | @Output() gotRecommendations = new EventEmitter<Video[]>() |
24 | 24 | ||
25 | autoPlayNextVideo: boolean | ||
26 | |||
25 | readonly hasVideos$: Observable<boolean> | 27 | readonly hasVideos$: Observable<boolean> |
26 | readonly videos$: Observable<Video[]> | 28 | readonly videos$: Observable<Video[]> |
27 | 29 | ||
28 | private autoPlayNextVideo: boolean | ||
29 | |||
30 | constructor ( | 30 | constructor ( |
31 | private userService: UserService, | 31 | private userService: UserService, |
32 | private authService: AuthService, | 32 | private authService: AuthService, |