Added stream flash animation on capture. Closes #43

This commit is contained in:
Joel Collins 2019-11-04 16:49:28 +00:00
parent 37dcc2c796
commit 9ac71a081b
2 changed files with 16 additions and 0 deletions

View file

@ -224,6 +224,9 @@ export default {
// Send move request
axios.post(this.captureApiUri, params)
.then(response => {
// Flash the stream (capture animation)
this.$root.$emit('globalFlashStream')
// Update the global capture list
this.$root.$emit('globalUpdateCaptureList')
})
.catch(error => {