From df8340b7b8daf108557309a3eaf97d495dbd2eab Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 7 Jan 2020 14:38:01 +0100 Subject: Add duration to video attributes in watch view --- client/src/app/videos/+video-watch/video-watch.component.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/src/app/videos') 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 74ac64a63..246eac2dd 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -226,6 +226,11 @@ class="video-attribute-value" [routerLink]="[ '/search' ]" [queryParams]="{ tagsOneOf: [ tag ] }" >{{ tag }} + +
+ Duration + {{ video.duration | myVideoDurationFormatter }} +