aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/recommendations/recommended-videos.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-12-13 09:36:24 +0100
committerChocobozzz <me@florianbigard.com>2019-12-13 09:36:24 +0100
commit8adc5ddbc0e0109c3cd82d8b399e044568dd3f92 (patch)
treef51cae40bd12c833ff63f17fb59c11f68aa80334 /client/src/app/videos/recommendations/recommended-videos.component.ts
parent92744e8311e1d0938cb72087a0d75c29dbb1aeaa (diff)
downloadPeerTube-8adc5ddbc0e0109c3cd82d8b399e044568dd3f92.tar.gz
PeerTube-8adc5ddbc0e0109c3cd82d8b399e044568dd3f92.tar.zst
PeerTube-8adc5ddbc0e0109c3cd82d8b399e044568dd3f92.zip
Update translations
Diffstat (limited to 'client/src/app/videos/recommendations/recommended-videos.component.ts')
-rw-r--r--client/src/app/videos/recommendations/recommended-videos.component.ts4
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,