Fix client compilation
authorChocobozzz <me@florianbigard.com>
Tue, 16 Jun 2020 10:01:11 +0000 (12:01 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 16 Jun 2020 10:01:11 +0000 (12:01 +0200)
client/src/app/videos/+video-watch/video-watch.component.html

index 89e696fe98cc587b1223271ba78a6b822ac25308..e10056f932ee69da5ac940d230a967138d937869 100644 (file)
 
     <my-recommended-videos
       [inputRecommendation]="{ uuid: video.uuid, tags: video.tags }"
-      [user]="user"
       [playlist]="playlist"
       (gotRecommendations)="onRecommendations($event)"
     ></my-recommended-videos>