diff options
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.ts b/client/src/app/+videos/+video-watch/video-watch.component.ts index 48623cae0..66af9709d 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.ts +++ b/client/src/app/+videos/+video-watch/video-watch.component.ts | |||
@@ -771,6 +771,8 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
771 | : null, | 771 | : null, |
772 | embedUrl: video.embedUrl, | 772 | embedUrl: video.embedUrl, |
773 | 773 | ||
774 | isLive: video.isLive, | ||
775 | |||
774 | language: this.localeId, | 776 | language: this.localeId, |
775 | 777 | ||
776 | userWatching: user && user.videosHistoryEnabled === true ? { | 778 | userWatching: user && user.videosHistoryEnabled === true ? { |