Skip to content

Commit

Permalink
Merge pull request #645 from h3poteto/fix/unbindLocalStreaming
Browse files Browse the repository at this point in the history
Fix calling unbind local streaming in timeline space
  • Loading branch information
h3poteto authored Oct 9, 2018
2 parents 26ceeb0 + e945efe commit d3f43d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/TimelineSpace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit d3f43d7

Please sign in to comment.