mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Don't pause when we seek
This commit is contained in:
parent
8e21b1e2fd
commit
8fe2caa666
1 changed files with 0 additions and 7 deletions
|
|
@ -182,15 +182,8 @@ function Winamp () {
|
|||
self.setVolume(this.value);
|
||||
}
|
||||
|
||||
this.nodes.position.onmousedown = function() {
|
||||
self.media.pause();
|
||||
}
|
||||
|
||||
this.nodes.position.onchange = function() {
|
||||
self.media.seekToPercentComplete(this.value);
|
||||
if(self.nodes.winamp.classList.contains('play')) {
|
||||
self.media.play();
|
||||
}
|
||||
}
|
||||
|
||||
this.nodes.balance.onmousedown = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue