fix loading VideoPlayer with just a video url
This commit is contained in:
parent
cfea71af38
commit
e9edeb4629
1 changed files with 1 additions and 1 deletions
|
@ -2367,7 +2367,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
}
|
||||
self.video = getVideo();
|
||||
} else {
|
||||
self.video = self.options.video;
|
||||
self.video = [{src: self.options.video}];
|
||||
self.resolutions = [];
|
||||
self.audioTracks = [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue