build test
This commit is contained in:
parent
5920e82a30
commit
935859d002
5 changed files with 28 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue