Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
3a818abd
Verified
Commit
3a818abd
authored
Aug 03, 2022
by
Chocobozzz
Browse files
Reduce auto play error log
parent
ca0f0307
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts
View file @
3a818abd
...
...
@@ -349,7 +349,7 @@ class WebTorrentPlugin extends Plugin {
return
}
logger
.
error
(
err
)
logger
.
warn
(
err
)
this
.
player
.
pause
()
this
.
player
.
posterImage
.
show
()
this
.
player
.
removeClass
(
'
vjs-has-autoplay
'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment