forked from 0x2620/oxjs
fix adding,removing,sorting video items and related updates
This commit is contained in:
parent
1d3c17d4b2
commit
fd7352edac
3 changed files with 9 additions and 2 deletions
|
|
@ -1272,7 +1272,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
);
|
||||
setPosition(self.$video.currentTime());
|
||||
that.triggerEvent('durationchange', {
|
||||
duration:self.options.duration
|
||||
duration: self.options.duration
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue