stopAudio

This commit is contained in:
vapormusic 2022-02-23 22:34:41 +07:00
parent a3228fd108
commit 9cb80cde06
2 changed files with 11 additions and 3 deletions

View file

@ -97,6 +97,7 @@
ipcRenderer.send('performGCCast', device, "Cider", "Playing ...", "Test build", '');
},
stopCasting() {
CiderAudio.stopAudio();
ipcRenderer.send('stopGCast', '');
this.activeCasts = [];
// vm.$forceUpdate();