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/assets/player/types/manager-options.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/assets/player/types') diff --git a/client/src/assets/player/types/manager-options.ts b/client/src/assets/player/types/manager-options.ts index 456ef115e..a6f00876f 100644 --- a/client/src/assets/player/types/manager-options.ts +++ b/client/src/assets/player/types/manager-options.ts @@ -21,6 +21,8 @@ export interface CustomizationOptions { stopTime: number | string controls?: boolean + controlBar?: boolean + muted?: boolean loop?: boolean subtitle?: string -- cgit v1.2.3