mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-02 21:44:56 +02:00
Fix:Open stream update with full audiobook object #255
This commit is contained in:
parent
e62037c91c
commit
49fcaefd01
3 changed files with 6 additions and 1 deletions
|
@ -182,6 +182,8 @@ export default {
|
|||
},
|
||||
streamOpen(stream) {
|
||||
this.stream = stream
|
||||
this.$store.commit('updateStreamAudiobook', stream.audiobook)
|
||||
|
||||
if (this.$refs.audioPlayer) {
|
||||
console.log('[StreamContainer] streamOpen', stream)
|
||||
this.openStream()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue