X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fassets%2Fplayer%2Fpeertube-videojs-typings.ts;h=e5259092c6cdfaac0a056d424f0288faada30062;hb=10f26f4203b8cef32778bf3435d8112eaea3c093;hp=f1e61449928e6f21be6577568912f190f4d6dd68;hpb=7b9f22ed2a993689e37f6914f47a635b0f20e1f4;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..e5259092c 100644 --- a/client/src/assets/player/peertube-videojs-typings.ts +++ b/client/src/assets/player/peertube-videojs-typings.ts @@ -106,6 +106,8 @@ type PeerTubePluginOptions = { videoCaptions: VideoJSCaption[] stopTime: number | string + + isLive: boolean } type PlaylistPluginOptions = {