]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/search/search.component.html
Playlist reorder support
[github/Chocobozzz/PeerTube.git] / client / src / app / search / search.component.html
index 3a87ea1dee5bccef0c5a258f0d3ad2ef1bd690d8..82a5f0f26bbd62e779c58ca278512b70f17d0a2d 100644 (file)
@@ -48,7 +48,7 @@
     </div>
 
     <div *ngIf="isVideo(result)" class="entry video">
-      <my-video-thumbnail [video]="result"></my-video-thumbnail>
+      <my-video-thumbnail [video]="result" [nsfw]="isVideoBlur(result)"></my-video-thumbnail>
 
       <div class="video-info">
         <a tabindex="-1" class="video-info-name" [routerLink]="['/videos/watch', result.uuid]" [attr.title]="result.name">{{ result.name }}</a>