Add:Edit button and play button on audiobook landing page cover #360, Fix:Playback rate controller sending change events

This commit is contained in:
advplyr 2022-02-15 14:38:06 -06:00
parent db25affd43
commit c046f9ee98
3 changed files with 22 additions and 3 deletions

View file

@ -89,6 +89,8 @@ export default {
this.showMenu = val
}
},
mounted() {}
mounted() {
this.currentPlaybackRate = this.playbackRate
}
}
</script>