mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Don't play on seek
This commit is contained in:
parent
fc2ce55dac
commit
ef4dd472bf
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue