From 8adc5ddbc0e0109c3cd82d8b399e044568dd3f92 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 13 Dec 2019 09:36:24 +0100 Subject: Update translations --- client/src/app/videos/recommendations/recommended-videos.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/videos/recommendations/recommended-videos.component.ts') 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 { @Input() playlist: VideoPlaylist @Output() gotRecommendations = new EventEmitter() + autoPlayNextVideo: boolean + readonly hasVideos$: Observable readonly videos$: Observable - private autoPlayNextVideo: boolean - constructor ( private userService: UserService, private authService: AuthService, -- cgit v1.2.3