更新 infowindow-view.js
This commit is contained in:
parent
db2da36f9a
commit
fac4cb15e5
@ -187,6 +187,10 @@ var Infowindow = View.extend({
|
||||
|
||||
this._stopCoverLoader();
|
||||
|
||||
player = videojs('hls-video');
|
||||
|
||||
if (player) player.play();
|
||||
|
||||
$video
|
||||
.load(this._onLoadVideoSuccess)
|
||||
.error(this._onLoadVideoError)
|
||||
|
Loading…
Reference in New Issue
Block a user