mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-14 09:18:22 +02:00
Fix: hotkeys prevent default browser behavior #135, Fix: mark audiobook as read when less than 10s remaining
This commit is contained in:
@ -148,7 +148,10 @@ export default {
|
||||
currentTime,
|
||||
streamId: this.streamId
|
||||
}
|
||||
console.log('Stream update', updatePayload.currentTime)
|
||||
this.$root.socket.emit('stream_update', updatePayload)
|
||||
} else {
|
||||
console.log('Do not update time', diff)
|
||||
}
|
||||
},
|
||||
streamReset({ startTime, streamId }) {
|
||||
|
Reference in New Issue
Block a user