mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
parent
9a4c1bf269
commit
55ceffbab4
1 changed files with 3 additions and 0 deletions
|
|
@ -188,6 +188,9 @@ function Winamp () {
|
|||
|
||||
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