From da0310f821b039fea1fcbf8aea49e1d2279ba98e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 27 Oct 2020 08:45:30 +0100 Subject: Add thumbnail info if live --- client/src/app/shared/shared-thumbnail/video-thumbnail.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/shared/shared-thumbnail/video-thumbnail.component.html') diff --git a/client/src/app/shared/shared-thumbnail/video-thumbnail.component.html b/client/src/app/shared/shared-thumbnail/video-thumbnail.component.html index 0cb0f321b..be07844ab 100644 --- a/client/src/app/shared/shared-thumbnail/video-thumbnail.component.html +++ b/client/src/app/shared/shared-thumbnail/video-thumbnail.component.html @@ -26,7 +26,8 @@
-
{{ video.durationLabel }}
+
{{ video.durationLabel }}
+
LIVE
-- cgit v1.2.3