mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-02 17:14:29 +02:00
fix: seek pauses playback
This commit is contained in:
parent
40b2ff5a97
commit
cbd74d08e1
6 changed files with 49 additions and 47 deletions
|
@ -783,8 +783,6 @@ export default {
|
|||
|
||||
console.log('received metadata update', data)
|
||||
|
||||
if (data.currentRate && data.currentRate > 0) this.playbackSpeed = data.currentRate
|
||||
|
||||
this.timeupdate()
|
||||
},
|
||||
// When a playback session is started the native android/ios will send the session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue