avoid audio pop

This commit is contained in:
j 2016-09-23 22:59:23 +02:00
parent a898e2f0c4
commit 2faacac5a8

View file

@ -150,6 +150,7 @@ pandora.ui.addItemDialog = function(options) {
callback(info); callback(info);
} }
}); });
$video[0].muted = true;
$video[0].src = url; $video[0].src = url;
}); });
} }