diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-07 15:58:57 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-07 16:07:52 +0100 |
commit | 10f26f4203b8cef32778bf3435d8112eaea3c093 (patch) | |
tree | 4ce9abf68bb74337a6e8de7c41780be019e5329d /client/src/assets/player/peertube-player-manager.ts | |
parent | 7b9f22ed2a993689e37f6914f47a635b0f20e1f4 (diff) | |
download | PeerTube-10f26f4203b8cef32778bf3435d8112eaea3c093.tar.gz PeerTube-10f26f4203b8cef32778bf3435d8112eaea3c093.tar.zst PeerTube-10f26f4203b8cef32778bf3435d8112eaea3c093.zip |
Fix viewers for lives
Diffstat (limited to 'client/src/assets/player/peertube-player-manager.ts')
-rw-r--r-- | client/src/assets/player/peertube-player-manager.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/assets/player/peertube-player-manager.ts b/client/src/assets/player/peertube-player-manager.ts index 9407cf123..1ff3a010e 100644 --- a/client/src/assets/player/peertube-player-manager.ts +++ b/client/src/assets/player/peertube-player-manager.ts | |||
@@ -229,7 +229,8 @@ export class PeertubePlayerManager { | |||
229 | userWatching: commonOptions.userWatching, | 229 | userWatching: commonOptions.userWatching, |
230 | subtitle: commonOptions.subtitle, | 230 | subtitle: commonOptions.subtitle, |
231 | videoCaptions: commonOptions.videoCaptions, | 231 | videoCaptions: commonOptions.videoCaptions, |
232 | stopTime: commonOptions.stopTime | 232 | stopTime: commonOptions.stopTime, |
233 | isLive: commonOptions.isLive | ||
233 | } | 234 | } |
234 | } | 235 | } |
235 | 236 | ||