aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-16 12:01:11 +0200
committerChocobozzz <me@florianbigard.com>2020-06-16 12:01:11 +0200
commit6f787ea25de7f752f449eca9caf2ba9b431c2e52 (patch)
treed9beeb746988f5be74c75bd4387bedf392336721 /client
parentc4a6f7901cef3dda857a789af827caae0a8f114f (diff)
downloadPeerTube-6f787ea25de7f752f449eca9caf2ba9b431c2e52.tar.gz
PeerTube-6f787ea25de7f752f449eca9caf2ba9b431c2e52.tar.zst
PeerTube-6f787ea25de7f752f449eca9caf2ba9b431c2e52.zip
Fix client compilation
Diffstat (limited to 'client')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.html1
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>