Issue #16 patch

Added for when auto-plays on drag&drop
This commit is contained in:
Seth 2014-11-12 16:09:09 +00:00
parent 2efdd8a35c
commit 7c4edd6fb6

View file

@ -431,6 +431,10 @@ function Winamp () {
this.startFile = function(file, fileName) {
self.loadFile(file, fileName);
self.showKbps();
self.showKHz();
self.showPosition();
self.showTime();
self.media.play();
self.setStatus('play');
}