fix empty video player

This commit is contained in:
j 2014-10-06 10:35:11 +00:00
parent 1ef2f4e0d3
commit 2f92bb9839

View file

@ -2368,6 +2368,8 @@ Ox.VideoPlayer = function(options, self) {
self.video = getVideo();
} else {
self.video = self.options.video;
self.resolutions = [];
self.audioTracks = [];
}
}