mirror of
https://github.com/videojs/video.js.git
synced 2024-12-02 09:11:54 +02:00
Stopped player from going back to the beginning on end.
This commit is contained in:
parent
6658c51474
commit
7d9b0e2629
@ -336,10 +336,6 @@ _V_.Player = _V_.Component.extend({
|
||||
if (this.options.loop) {
|
||||
this.currentTime(0);
|
||||
this.play();
|
||||
} else {
|
||||
this.pause();
|
||||
this.currentTime(0);
|
||||
this.pause();
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user