mirror of https://github.com/Chocobozzz/PeerTube
Fix client compilation
parent
c4a6f7901c
commit
6f787ea25d
|
@ -249,7 +249,6 @@
|
||||||
|
|
||||||
<my-recommended-videos
|
<my-recommended-videos
|
||||||
[inputRecommendation]="{ uuid: video.uuid, tags: video.tags }"
|
[inputRecommendation]="{ uuid: video.uuid, tags: video.tags }"
|
||||||
[user]="user"
|
|
||||||
[playlist]="playlist"
|
[playlist]="playlist"
|
||||||
(gotRecommendations)="onRecommendations($event)"
|
(gotRecommendations)="onRecommendations($event)"
|
||||||
></my-recommended-videos>
|
></my-recommended-videos>
|
||||||
|
|
Loading…
Reference in New Issue