mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-23 20:34:40 +02:00
Add: Filter and side rail button to show books with issues #132, Add: realtime updates for audiobook progress
This commit is contained in:
parent
874c910e24
commit
335bbac81d
14 changed files with 96 additions and 30 deletions
|
@ -148,10 +148,7 @@ 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 }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue