fix empty video player
This commit is contained in:
parent
1ef2f4e0d3
commit
2f92bb9839
1 changed files with 2 additions and 0 deletions
|
@ -2368,6 +2368,8 @@ Ox.VideoPlayer = function(options, self) {
|
||||||
self.video = getVideo();
|
self.video = getVideo();
|
||||||
} else {
|
} else {
|
||||||
self.video = self.options.video;
|
self.video = self.options.video;
|
||||||
|
self.resolutions = [];
|
||||||
|
self.audioTracks = [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue