aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/assets')
-rw-r--r--client/src/assets/player/peertube-player-manager.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/peertube-player-manager.ts b/client/src/assets/player/peertube-player-manager.ts
index 1ff3a010e..fcf0d0f41 100644
--- a/client/src/assets/player/peertube-player-manager.ts
+++ b/client/src/assets/player/peertube-player-manager.ts
@@ -223,7 +223,7 @@ export class PeertubePlayerManager {
223 const plugins: VideoJSPluginOptions = { 223 const plugins: VideoJSPluginOptions = {
224 peertube: { 224 peertube: {
225 mode, 225 mode,
226 autoplay, // Use peertube plugin autoplay because we get the file by webtorrent 226 autoplay, // Use peertube plugin autoplay because we could get the file by webtorrent
227 videoViewUrl: commonOptions.videoViewUrl, 227 videoViewUrl: commonOptions.videoViewUrl,
228 videoDuration: commonOptions.videoDuration, 228 videoDuration: commonOptions.videoDuration,
229 userWatching: commonOptions.userWatching, 229 userWatching: commonOptions.userWatching,