]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/recommendations/recommended-videos.component.html
Update translations and support Greek language
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / recommendations / recommended-videos.component.html
index 73f9f0fe113d0097ea6d3ff456893ce5f6017f51..1fb89f8b098fafcec3c44cc969d61d1bdbd7a725 100644 (file)
@@ -4,6 +4,6 @@
     </div>
 
     <div *ngFor="let video of (videos$ | async)">
-        <my-video-miniature [video]="video" [user]="user"></my-video-miniature>
+        <my-video-miniature [video]="video" [user]="user" (videoBlacklisted)="onVideoRemoved()" (videoRemoved)="onVideoRemoved()"></my-video-miniature>
     </div>
 </div>