From e945efe8c729fc8c0b610bd71843260d6e05746e Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 9 Oct 2018 22:13:57 +0900 Subject: [PATCH] Fix calling unbind local streaming in timeline space --- src/renderer/components/TimelineSpace.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/TimelineSpace.vue b/src/renderer/components/TimelineSpace.vue index c01b9c1f..e73fd527 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 () {