stopAudio
This commit is contained in:
parent
a3228fd108
commit
9cb80cde06
2 changed files with 11 additions and 3 deletions
|
@ -97,6 +97,7 @@
|
|||
ipcRenderer.send('performGCCast', device, "Cider", "Playing ...", "Test build", '');
|
||||
},
|
||||
stopCasting() {
|
||||
CiderAudio.stopAudio();
|
||||
ipcRenderer.send('stopGCast', '');
|
||||
this.activeCasts = [];
|
||||
// vm.$forceUpdate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue