mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-31 23:20:35 +02:00
Fix:Android playback rate set on initial load #532
This commit is contained in:
parent
5a9e30b08c
commit
2f34da4e99
2 changed files with 20 additions and 2 deletions
|
@ -450,7 +450,6 @@ export default {
|
|||
this.$emit('showSleepTimer')
|
||||
},
|
||||
async setPlaybackSpeed(speed) {
|
||||
await this.$hapticsImpact()
|
||||
console.log(`[AudioPlayer] Set Playback Rate: ${speed}`)
|
||||
this.currentPlaybackRate = speed
|
||||
this.updateTimestamp()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue