mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-30 23:27:17 +02:00
Revert #1727
This commit is contained in:
@@ -551,7 +551,6 @@ 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.closePlayback()
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.$emit('updateTime', this.currentTime)
|
this.$emit('updateTime', this.currentTime)
|
||||||
|
|||||||
Reference in New Issue
Block a user