Update components/app/AudioPlayer.vue

This commit is contained in:
advplyr
2025-11-23 15:44:41 -06:00
committed by GitHub
parent fa0b9ed6ab
commit 892686b213
-2
View File
@@ -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)