]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/recommendations/recommended-videos.component.ts
Update translations and support Greek language
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / recommendations / recommended-videos.component.ts
index c6c1d9e5d4c42a43c6eb0aa2499f016543114ae9..68fd750ccb9f64786e74fa993fde45c2947dd34f 100644 (file)
@@ -29,4 +29,7 @@ export class RecommendedVideosComponent implements OnChanges {
     }
   }
 
+  onVideoRemoved () {
+    this.store.requestNewRecommendations(this.inputRecommendation)
+  }
 }