build test

This commit is contained in:
vapormusic 2022-07-30 18:28:38 +07:00
parent 5920e82a30
commit 935859d002
5 changed files with 28 additions and 9 deletions

View file

@ -116,7 +116,7 @@
},
setAirPlayCast(device) {
this.activeCasts.push(device);
ipcRenderer.send("performAirplayPCM",device.host,device.port,null,"","","","",device.txt)
ipcRenderer.send("performAirplayPCM",device.host,device.port,null,"","","","",device.txt,device.airplay2)
},
stopCasting() {
CiderAudio.stopAudio();