diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-11 16:58:33 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-14 09:07:08 +0100 |
commit | 033bc0efc2ab2c517b4d7d53d09930b85f092b50 (patch) | |
tree | 7bc44c9a4af27e52d24a72a158a5f530bd5ae56b /client/src/app/search/search.component.html | |
parent | c32bf839c11557cac527ca5f181d1ce39fc80974 (diff) | |
download | PeerTube-033bc0efc2ab2c517b4d7d53d09930b85f092b50.tar.gz PeerTube-033bc0efc2ab2c517b4d7d53d09930b85f092b50.tar.zst PeerTube-033bc0efc2ab2c517b4d7d53d09930b85f092b50.zip |
Fix NSFW blur on search
Diffstat (limited to 'client/src/app/search/search.component.html')
-rw-r--r-- | client/src/app/search/search.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/search/search.component.html b/client/src/app/search/search.component.html index 3a87ea1de..82a5f0f26 100644 --- a/client/src/app/search/search.component.html +++ b/client/src/app/search/search.component.html | |||
@@ -48,7 +48,7 @@ | |||
48 | </div> | 48 | </div> |
49 | 49 | ||
50 | <div *ngIf="isVideo(result)" class="entry video"> | 50 | <div *ngIf="isVideo(result)" class="entry video"> |
51 | <my-video-thumbnail [video]="result"></my-video-thumbnail> | 51 | <my-video-thumbnail [video]="result" [nsfw]="isVideoBlur(result)"></my-video-thumbnail> |
52 | 52 | ||
53 | <div class="video-info"> | 53 | <div class="video-info"> |
54 | <a tabindex="-1" class="video-info-name" [routerLink]="['/videos/watch', result.uuid]" [attr.title]="result.name">{{ result.name }}</a> | 54 | <a tabindex="-1" class="video-info-name" [routerLink]="['/videos/watch', result.uuid]" [attr.title]="result.name">{{ result.name }}</a> |