diff --git a/web/index.js b/web/index.js index 3039085..5dbbe70 100644 --- a/web/index.js +++ b/web/index.js @@ -281,7 +281,7 @@ const component_file_dialog = { this.$emit('close_dialog') }, emit_stream_audio() { - this.file.play_back_type = 'stream', + this.file.play_back_type = 'stream' this.$emit("play_audio", this.file) this.emit_close_dialog() }, @@ -331,7 +331,7 @@ const component_file = { props: ['file'], emits: ['play_audio'], template: ` -