diff --git a/src/renderer/components/TimelineSpace.vue b/src/renderer/components/TimelineSpace.vue index c01b9c1f8a..e73fd52714 100644 --- a/src/renderer/components/TimelineSpace.vue +++ b/src/renderer/components/TimelineSpace.vue @@ -75,7 +75,7 @@ export default { this.$store.dispatch('TimelineSpace/stopUserStreaming') this.$store.dispatch('TimelineSpace/unbindUserStreaming') this.$store.dispatch('TimelineSpace/stopLocalStreaming') - this.$store.dispatch('TimelineSpace/unbindUserStreaming') + this.$store.dispatch('TimelineSpace/unbindLocalStreaming') }, methods: { async clear () {