Embed: videojs track switching fix
This commit is contained in:
parent
f0c03bc13c
commit
0a029d5c5c
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ if (document.fullscreenEnabled || document.webkitFullscreenEnabled || document.m
|
|||
};
|
||||
}
|
||||
p.prototype.updateSrc = function(src){
|
||||
if (videojs in this) {
|
||||
if ("videojs" in this) {
|
||||
if (src == '') {
|
||||
this.videojs.dispose();
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue