]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/types/manager-options.ts
Add control bar option for peertube player
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / types / manager-options.ts
index 456ef115ef9a6a712c6237e5e3ac44fe408f4c15..a6f00876f451a89e94a7a44e64fe3f3698dbc029 100644 (file)
@@ -21,6 +21,8 @@ export interface CustomizationOptions {
   stopTime: number | string
 
   controls?: boolean
+  controlBar?: boolean
+
   muted?: boolean
   loop?: boolean
   subtitle?: string