mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-13 19:22:05 +00:00
parent
1790d5b569
commit
517058bef3
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ window.VideoJSPlayer = class VideoJSPlayer extends Player
|
|||
@player.ready(=>
|
||||
# Have to use updateSrc instead of <source> tags
|
||||
# see: https://github.com/videojs/video.js/issues/3428
|
||||
@player.poster(data.meta.thumbnail)
|
||||
@player.updateSrc(@sources)
|
||||
@player.on('error', =>
|
||||
err = @player.error()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue