diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-01 15:03:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-01 15:04:45 +0100 |
commit | cb5c2abc99c2e222fe18621f79cb68b805678e15 (patch) | |
tree | efba65b136bc31d3feca05fcf2506303ca18c2e6 /client/src | |
parent | 6949a1a1113cc6af3442dc3d5446b8fe6143f28e (diff) | |
download | PeerTube-cb5c2abc99c2e222fe18621f79cb68b805678e15.tar.gz PeerTube-cb5c2abc99c2e222fe18621f79cb68b805678e15.tar.zst PeerTube-cb5c2abc99c2e222fe18621f79cb68b805678e15.zip |
Improve parse log with sql
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/assets/player/peertube-player-manager.ts | 2 |
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, |