diff --git a/components/app/AudioPlayer.vue b/components/app/AudioPlayer.vue index a528cb91..f4e3f460 100644 --- a/components/app/AudioPlayer.vue +++ b/components/app/AudioPlayer.vue @@ -551,9 +551,7 @@ export default { timeupdate() { if (!this.$refs.playedTrack) { console.error('Invalid no played track ref') - this.pause() this.closePlayback() - // TODO: Attempt to rehydrate Vue session without interrupting native playback. return } this.$emit('updateTime', this.currentTime)