From ddca2576997e2769d8cc37bbfe3098591add13dd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 16 Dec 2020 14:18:50 +0100 Subject: Don't display max duration if disabled --- .../+video-edit/video-add-components/video-go-live.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src') diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html index 2ec825978..136048455 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html +++ b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html @@ -27,7 +27,7 @@ {{ error }} -
+
Max live duration is {{ getMaxLiveDuration() | myDurationFormatter }}. If your live reaches this limit, it will be automatically terminated.
-- cgit v1.2.3