mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 01:29:22 +00:00
Don't autoplay from media.js
This commit is contained in:
parent
3c0774fde3
commit
886dc1de42
1 changed files with 0 additions and 4 deletions
|
|
@ -15,7 +15,6 @@ Media = {
|
|||
_balance: 0,
|
||||
_playing: false,
|
||||
_loop: false,
|
||||
autoPlay: false,
|
||||
|
||||
init: function() {
|
||||
// The _source node has to be recreated each time it's stopped or
|
||||
|
|
@ -86,9 +85,6 @@ Media = {
|
|||
var loadAudioBuffer = function(buffer) {
|
||||
this._buffer = buffer;
|
||||
loadedCallback();
|
||||
if(this.autoPlay) {
|
||||
this.play(0);
|
||||
}
|
||||
};
|
||||
|
||||
var error = function (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue