X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fassets%2Fplayer%2Fpeertube-videojs-typings.ts;h=4a6c8024767cd20f15c45a1e941ba60315879fcf;hb=3e0e8d4afded28559b7c473061bbdc31ab542e1c;hp=f1e61449928e6f21be6577568912f190f4d6dd68;hpb=171528373e89560b3c396bc0d510d013e1f9c28e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/assets/player/peertube-videojs-typings.ts b/client/src/assets/player/peertube-videojs-typings.ts index f1e614499..4a6c80247 100644 --- a/client/src/assets/player/peertube-videojs-typings.ts +++ b/client/src/assets/player/peertube-videojs-typings.ts @@ -106,6 +106,10 @@ type PeerTubePluginOptions = { videoCaptions: VideoJSCaption[] stopTime: number | string + + isLive: boolean + + videoUUID: string } type PlaylistPluginOptions = {