This commit is contained in:
vapormusic 2022-04-27 20:11:05 +07:00
parent 079008d5a4
commit 2976a8400f
3 changed files with 5 additions and 14 deletions

View file

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