aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-01 15:03:32 +0100
committerChocobozzz <me@florianbigard.com>2021-02-01 15:04:45 +0100
commitcb5c2abc99c2e222fe18621f79cb68b805678e15 (patch)
treeefba65b136bc31d3feca05fcf2506303ca18c2e6 /client/src/assets
parent6949a1a1113cc6af3442dc3d5446b8fe6143f28e (diff)
downloadPeerTube-cb5c2abc99c2e222fe18621f79cb68b805678e15.tar.gz
PeerTube-cb5c2abc99c2e222fe18621f79cb68b805678e15.tar.zst
PeerTube-cb5c2abc99c2e222fe18621f79cb68b805678e15.zip
Improve parse log with sql
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,