From 60f013e1031871b7e0913c724f0bd2e569721c8e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 20 May 2022 09:59:53 +0200 Subject: Add control bar option for peertube player --- client/src/app/+videos/+video-watch/video-watch.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/+videos') 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 61b440859..5fa31ec63 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.ts +++ b/client/src/app/+videos/+video-watch/video-watch.component.ts @@ -602,6 +602,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy { startTime, stopTime: urlOptions.stopTime, + controlBar: urlOptions.controlBar, controls: urlOptions.controls, muted: urlOptions.muted, loop: urlOptions.loop, -- cgit v1.2.3