aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-miniature.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-09-04 15:03:50 +0200
committerChocobozzz <me@florianbigard.com>2019-09-04 15:03:50 +0200
commitdedc7abb7beccb0b3a4a4fa4e8ccfef8ceecd5a6 (patch)
tree0a6a54143e1312eddf269ac65b7a4ace9948eecc /client/src/app/shared/video/video-miniature.component.html
parentf8278b96053d42ac46aea17f949325caa03e8a00 (diff)
downloadPeerTube-dedc7abb7beccb0b3a4a4fa4e8ccfef8ceecd5a6.tar.gz
PeerTube-dedc7abb7beccb0b3a4a4fa4e8ccfef8ceecd5a6.tar.zst
PeerTube-dedc7abb7beccb0b3a4a4fa4e8ccfef8ceecd5a6.zip
Fix auto blacklist view
Diffstat (limited to 'client/src/app/shared/video/video-miniature.component.html')
-rw-r--r--client/src/app/shared/video/video-miniature.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.html b/client/src/app/shared/video/video-miniature.component.html
index 51ca1393d..5d5691b75 100644
--- a/client/src/app/shared/video/video-miniature.component.html
+++ b/client/src/app/shared/video/video-miniature.component.html
@@ -31,7 +31,7 @@
31 31
32 <div class="video-info-privacy"> 32 <div class="video-info-privacy">
33 <ng-container *ngIf="displayOptions.privacyText">{{ video.privacy.label }}</ng-container> 33 <ng-container *ngIf="displayOptions.privacyText">{{ video.privacy.label }}</ng-container>
34 <ng-container *ngIf="displayOptions.privacyText && getStateLabel(video)"> - </ng-container> 34 <ng-container *ngIf="displayOptions.privacyText && displayOptions.state && getStateLabel(video)"> - </ng-container>
35 <ng-container *ngIf="displayOptions.state">{{ getStateLabel(video) }}</ng-container> 35 <ng-container *ngIf="displayOptions.state">{{ getStateLabel(video) }}</ng-container>
36 </div> 36 </div>
37 37