mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-31 16:24:45 +02:00
fix variable typo
This commit is contained in:
parent
c81a0260e2
commit
5b1269cbe8
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
streamClosed(streamId) {
|
streamClosed(streamId) {
|
||||||
if (this.stream && (this.stream.id === streamId || this.stream === 'n/a')) {
|
if (this.stream && (this.stream.id === streamId || streamId === 'n/a')) {
|
||||||
this.terminateStream()
|
this.terminateStream()
|
||||||
this.$store.commit('clearStreamAudiobook', this.stream.audiobook.id)
|
this.$store.commit('clearStreamAudiobook', this.stream.audiobook.id)
|
||||||
this.stream = null
|
this.stream = null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue