mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-31 00:05:27 +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:
parent
db25affd43
commit
c046f9ee98
3 changed files with 22 additions and 3 deletions
|
@ -89,6 +89,8 @@ export default {
|
|||
this.showMenu = val
|
||||
}
|
||||
},
|
||||
mounted() {}
|
||||
mounted() {
|
||||
this.currentPlaybackRate = this.playbackRate
|
||||
}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue