]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/abstract-video-list.html
Add likes/dislikes bar
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.html
index bd4f6b1f8247f4c2805521d29170feda576df834..5d07a276b07baaf7a9d699fd1245f97be9dad5f2 100644 (file)
@@ -12,7 +12,7 @@
   >
     <my-video-miniature
       class="ng-animate"
-      *ngFor="let video of videos" [video]="video" [user]="user" [currentSort]="sort"
+      *ngFor="let video of videos" [video]="video" [user]="user"
     >
     </my-video-miniature>
   </div>