mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-18 02:49:44 +02:00
Add:Edit button and play button on audiobook landing page cover #360, Fix:Playback rate controller sending change events
This commit is contained in:
@@ -89,6 +89,8 @@ export default {
|
||||
this.showMenu = val
|
||||
}
|
||||
},
|
||||
mounted() {}
|
||||
mounted() {
|
||||
this.currentPlaybackRate = this.playbackRate
|
||||
}
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user