make video position stick when switching between player and timeline view (part 3)
This commit is contained in:
parent
b08cd9e4b4
commit
6b08f0dae4
1 changed files with 4 additions and 1 deletions
|
@ -11791,7 +11791,10 @@ requires
|
|||
width: self.options.width + 'px'
|
||||
})
|
||||
.bind({
|
||||
ended: ended
|
||||
ended: ended,
|
||||
loadedmetadata: function() {
|
||||
self.video.currentTime = self.options.position;
|
||||
}
|
||||
});
|
||||
|
||||
$.extend(self, {
|
||||
|
|
Loading…
Reference in a new issue