mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
fix: player.js
This commit is contained in:
parent
43837cac20
commit
cf9c4ce7cb
@ -122,7 +122,7 @@ page.reloadVideo = () => {
|
||||
page.player = videojs('video-js', options, () => {
|
||||
let message = `Using video.js ${videojs.VERSION}`
|
||||
if (isaudio) {
|
||||
message += `with videojs-wavesurfer ${videojs.getPluginVersion('wavesurfer')} and wavesurfer.js ${WaveSurfer.VERSION}`
|
||||
message += ` with videojs-wavesurfer ${videojs.getPluginVersion('wavesurfer')} and wavesurfer.js ${WaveSurfer.VERSION}`
|
||||
}
|
||||
videojs.log(message)
|
||||
page.player.src({ src, type })
|
||||
|
Loading…
Reference in New Issue
Block a user