]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/peertube-videojs-typings.ts
Revert "Fix context menu when watching a playlist"
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / peertube-videojs-typings.ts
index f1e61449928e6f21be6577568912f190f4d6dd68..4a6c8024767cd20f15c45a1e941ba60315879fcf 100644 (file)
@@ -106,6 +106,10 @@ type PeerTubePluginOptions = {
   videoCaptions: VideoJSCaption[]
 
   stopTime: number | string
+
+  isLive: boolean
+
+  videoUUID: string
 }
 
 type PlaylistPluginOptions = {