diff --git a/components/app/AudioPlayer.vue b/components/app/AudioPlayer.vue index ec129319..a528cb91 100644 --- a/components/app/AudioPlayer.vue +++ b/components/app/AudioPlayer.vue @@ -551,6 +551,9 @@ 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)