From 054a103b286277708a3a807a52da6cca12e1b0ce Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 11 Jun 2018 16:49:56 +0200 Subject: Add theatre mode --- client/src/app/videos/+video-watch/video-watch.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-watch/video-watch.component.ts') 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 0f4f5ce89..eefa43a73 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.ts +++ b/client/src/app/videos/+video-watch/video-watch.component.ts @@ -368,7 +368,8 @@ export class VideoWatchComponent implements OnInit, OnDestroy { enableHotkeys: true, peertubeLink: false, poster: this.video.previewUrl, - startTime + startTime, + theaterMode: true }) if (this.videojsLocaleLoaded === false) { -- cgit v1.2.3