mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 15:34:25 +00:00
parent
767f83a730
commit
771a7bdb8f
1 changed files with 3 additions and 1 deletions
|
|
@ -213,7 +213,9 @@ function Winamp () {
|
|||
|
||||
this.nodes.fileInput.onchange = function(e){
|
||||
var file = e.target.files[0];
|
||||
self.startFileViaReference(file);
|
||||
if(file) {
|
||||
self.startFileViaReference(file);
|
||||
}
|
||||
}
|
||||
|
||||
this.nodes.volume.onmousedown = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue