diff options
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 89e696fe9..e10056f93 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -249,7 +249,6 @@ | |||
249 | 249 | ||
250 | <my-recommended-videos | 250 | <my-recommended-videos |
251 | [inputRecommendation]="{ uuid: video.uuid, tags: video.tags }" | 251 | [inputRecommendation]="{ uuid: video.uuid, tags: video.tags }" |
252 | [user]="user" | ||
253 | [playlist]="playlist" | 252 | [playlist]="playlist" |
254 | (gotRecommendations)="onRecommendations($event)" | 253 | (gotRecommendations)="onRecommendations($event)" |
255 | ></my-recommended-videos> | 254 | ></my-recommended-videos> |