diff --git a/v3/src/sound/BaseSound.js b/v3/src/sound/BaseSound.js index bc507180f..7acc1bca2 100644 --- a/v3/src/sound/BaseSound.js +++ b/v3/src/sound/BaseSound.js @@ -156,6 +156,8 @@ var BaseSound = new Class({ this.currentConfig = this.markers[marker].config; } this.currentConfig = Extend(this.currentConfig, config); + this.isPlaying = true; + this.isPaused = false; return this; }, pause: function () {