diff --git a/playback.js b/playback.js index f10a071..55dc0e8 100644 --- a/playback.js +++ b/playback.js @@ -142,9 +142,6 @@ SpicePlaybackConn.prototype.process_channel_message = function(msg) else this.simple_block(data, false); - if (this.audio.paused) - this.audio.play(); - return true; }