Merge pull request #1727 from indiefan/lost-progress-fix

Pause and end playback if the Vue layer receives a progress update wh…
This commit is contained in:
advplyr
2025-11-23 15:50:41 -06:00
committed by GitHub
+1
View File
@@ -551,6 +551,7 @@ export default {
timeupdate() {
if (!this.$refs.playedTrack) {
console.error('Invalid no played track ref')
this.closePlayback()
return
}
this.$emit('updateTime', this.currentTime)