mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
parent
8fe2caa666
commit
fbc2b7760e
1 changed files with 3 additions and 1 deletions
|
|
@ -183,7 +183,9 @@ function Winamp () {
|
|||
}
|
||||
|
||||
this.nodes.position.onchange = function() {
|
||||
self.media.seekToPercentComplete(this.value);
|
||||
if(!self.nodes.winamp.classList.contains('stop')){
|
||||
self.media.seekToPercentComplete(this.value);
|
||||
}
|
||||
}
|
||||
|
||||
this.nodes.balance.onmousedown = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue