mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Update dependencies
This commit is contained in:
@@ -43,7 +43,9 @@ loadVideoInfo(videoId, (err, videoInfo) => {
|
||||
playerElement: videoElement,
|
||||
peerTubeLink: true
|
||||
},
|
||||
hotkeys: {}
|
||||
hotkeys: {
|
||||
enableVolumeScroll: false
|
||||
}
|
||||
}
|
||||
}
|
||||
videojs('video-container', videojsOptions, function () {
|
||||
|
||||
Reference in New Issue
Block a user