diff --git a/client/components/app/StreamContainer.vue b/client/components/app/StreamContainer.vue index 74ac4d8b..3468db56 100644 --- a/client/components/app/StreamContainer.vue +++ b/client/components/app/StreamContainer.vue @@ -111,7 +111,7 @@ export default { } }, 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.$store.commit('clearStreamAudiobook', this.stream.audiobook.id) this.stream = null