From c8fa571f32b10c083fab07f28d2ef55895ef40af Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 22 Jul 2022 15:22:21 +0200 Subject: Clearer live session Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information --- .../app/shared/shared-video-live/live-stream-information.component.html | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/shared/shared-video-live/live-stream-information.component.html') diff --git a/client/src/app/shared/shared-video-live/live-stream-information.component.html b/client/src/app/shared/shared-video-live/live-stream-information.component.html index 99c7dbd4c..cf30c1ce1 100644 --- a/client/src/app/shared/shared-video-live/live-stream-information.component.html +++ b/client/src/app/shared/shared-video-live/live-stream-information.component.html @@ -42,6 +42,7 @@ Started on {{ session.startDate | date:'medium' }} Ended on {{ session.endDate | date:'medium' }} Go to replay + Replay is being processed... -- cgit v1.2.3