mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-31 23:57:15 +02:00
Update components/app/AudioPlayer.vue
This commit is contained in:
@@ -551,9 +551,7 @@ export default {
|
|||||||
timeupdate() {
|
timeupdate() {
|
||||||
if (!this.$refs.playedTrack) {
|
if (!this.$refs.playedTrack) {
|
||||||
console.error('Invalid no played track ref')
|
console.error('Invalid no played track ref')
|
||||||
this.pause()
|
|
||||||
this.closePlayback()
|
this.closePlayback()
|
||||||
// TODO: Attempt to rehydrate Vue session without interrupting native playback.
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.$emit('updateTime', this.currentTime)
|
this.$emit('updateTime', this.currentTime)
|
||||||
|
|||||||
Reference in New Issue
Block a user