1
0
Fork 0
forked from 0x2620/oxjs

make Ox.getVideoInfo more reliable on Chrome

This commit is contained in:
j 2014-01-28 16:27:38 +05:30
commit e3d8b5d3b0
2 changed files with 8 additions and 1 deletions

View file

@ -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) {