diff --git a/webapp/assets/js/mstream.player.js b/webapp/assets/js/mstream.player.js index e4cafb8..9fca8d1 100644 --- a/webapp/assets/js/mstream.player.js +++ b/webapp/assets/js/mstream.player.js @@ -626,9 +626,7 @@ const MSTREAMPLAYER = (() => { // Invalidate cache const newOtherPlayerObject = getOtherPlayer(); newOtherPlayerObject.songObject = false; - newOtherPlayerObject.playerObject.src = ''; playerObj.playerObject.onended = () => {}; - newOtherPlayerObject.playerObject.load(); } }); }