make Ox.getVideoInfo more reliable on Chrome
This commit is contained in:
parent
3f4e8764f6
commit
e3d8b5d3b0
2 changed files with 8 additions and 1 deletions
|
|
@ -189,7 +189,6 @@ Ox.VideoElement = function(options, self) {
|
|||
i++;
|
||||
next()
|
||||
} else {
|
||||
Ox.Log('VIDEO', 'getVideoInfo', item.src);
|
||||
Ox.getVideoInfo(item.src, function(info) {
|
||||
item.duration = info.duration;
|
||||
if (!item.out) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue