diff --git a/src/player.js b/src/player.js index 58e24704b..c4dedb83b 100644 --- a/src/player.js +++ b/src/player.js @@ -336,6 +336,8 @@ _V_.Player = _V_.Component.extend({ if (this.options.loop) { this.currentTime(0); this.play(); + } else { + this.pause(); } },