diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-13 09:36:24 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-13 09:36:24 +0100 |
commit | 8adc5ddbc0e0109c3cd82d8b399e044568dd3f92 (patch) | |
tree | f51cae40bd12c833ff63f17fb59c11f68aa80334 /client/src/app | |
parent | 92744e8311e1d0938cb72087a0d75c29dbb1aeaa (diff) | |
download | PeerTube-8adc5ddbc0e0109c3cd82d8b399e044568dd3f92.tar.gz PeerTube-8adc5ddbc0e0109c3cd82d8b399e044568dd3f92.tar.zst PeerTube-8adc5ddbc0e0109c3cd82d8b399e044568dd3f92.zip |
Update translations
Diffstat (limited to 'client/src/app')
-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, |