aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-videojs-typings.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-07 15:58:57 +0100
committerChocobozzz <me@florianbigard.com>2020-12-07 16:07:52 +0100
commit10f26f4203b8cef32778bf3435d8112eaea3c093 (patch)
tree4ce9abf68bb74337a6e8de7c41780be019e5329d /client/src/assets/player/peertube-videojs-typings.ts
parent7b9f22ed2a993689e37f6914f47a635b0f20e1f4 (diff)
downloadPeerTube-10f26f4203b8cef32778bf3435d8112eaea3c093.tar.gz
PeerTube-10f26f4203b8cef32778bf3435d8112eaea3c093.tar.zst
PeerTube-10f26f4203b8cef32778bf3435d8112eaea3c093.zip
Fix viewers for lives
Diffstat (limited to 'client/src/assets/player/peertube-videojs-typings.ts')
-rw-r--r--client/src/assets/player/peertube-videojs-typings.ts2
1 files changed, 2 insertions, 0 deletions
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 = {
106 videoCaptions: VideoJSCaption[] 106 videoCaptions: VideoJSCaption[]
107 107
108 stopTime: number | string 108 stopTime: number | string
109
110 isLive: boolean
109} 111}
110 112
111type PlaylistPluginOptions = { 113type PlaylistPluginOptions = {