Don't play on seek

This commit is contained in:
Jordan Eldredge 2014-11-12 16:24:13 -08:00
parent fc2ce55dac
commit ef4dd472bf

View file

@ -46,7 +46,6 @@ function Media (audioId) {
/* Actions with arguments */
this.seekToPercentComplete = function(percent) {
this.audio.currentTime = this.audio.duration * (percent/100);
this.audio.play();
};
// From 0-1
this.setVolume = function(volume) {