www/js/app.js
@@ -620,9 +620,6 @@ //const titelElem = new Audio(titel); self.audioElem = new Audio(titelUrl); self.audioElem.addEventListener("ended", self.nextTrack); self.audioCtx = new (window.AudioContext || window.webkitAudioContext)(); const track = self.audioCtx.createMediaElementSource(self.audioElem); track.connect(self.audioCtx.destination); self.audioElem.play(); self.playState = 'play'; }