Fix:Android playback rate set on initial load #532

This commit is contained in:
advplyr 2023-03-01 17:47:07 -06:00
parent 5a9e30b08c
commit 2f34da4e99
2 changed files with 20 additions and 2 deletions

View file

@ -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()