diff options
author | Chocobozzz <me@florianbigard.com> | 2020-10-27 08:45:30 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-09 15:33:04 +0100 |
commit | da0310f821b039fea1fcbf8aea49e1d2279ba98e (patch) | |
tree | 0a3226c045df53f280a7d55250c2c0c108164899 /client/src/app/+videos | |
parent | b5b687550d8ef8beafdf706e45d6556fb5f4c876 (diff) | |
download | PeerTube-da0310f821b039fea1fcbf8aea49e1d2279ba98e.tar.gz PeerTube-da0310f821b039fea1fcbf8aea49e1d2279ba98e.tar.zst PeerTube-da0310f821b039fea1fcbf8aea49e1d2279ba98e.zip |
Add thumbnail info if live
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.html b/client/src/app/+videos/+video-watch/video-watch.component.html index bc1c302de..74c82fbfd 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.html +++ b/client/src/app/+videos/+video-watch/video-watch.component.html | |||
@@ -268,7 +268,7 @@ | |||
268 | >{{ tag }}</a> | 268 | >{{ tag }}</a> |
269 | </div> | 269 | </div> |
270 | 270 | ||
271 | <div class="video-attribute"> | 271 | <div class="video-attribute" *ngIf="!video.isLive"> |
272 | <span i18n class="video-attribute-label">Duration</span> | 272 | <span i18n class="video-attribute-label">Duration</span> |
273 | <span class="video-attribute-value">{{ video.duration | myDurationFormatter }}</span> | 273 | <span class="video-attribute-value">{{ video.duration | myDurationFormatter }}</span> |
274 | </div> | 274 | </div> |