verbose tmp

This commit is contained in:
vapormusic 2022-08-28 18:30:05 +07:00
parent 6c118a9b9c
commit e805315497

View file

@ -4343,6 +4343,7 @@ const app = new Vue({
notyf.success("Device paring failed!"); notyf.success("Device paring failed!");
}, },
airplayDisconnect(dropped, array = []) { airplayDisconnect(dropped, array = []) {
console.log('airplay dropped', dropped, array)
// if (dropped) { // if (dropped) {
// let [ipv4, ipport, sepassword, title, artist, album, artworkURL, txt, airplay2dv] = array; // let [ipv4, ipport, sepassword, title, artist, album, artworkURL, txt, airplay2dv] = array;
// ipcRenderer.send("performAirplayPCM", ipv4, ipport, sepassword, title, artist, album, artworkURL, txt, airplay2dv); // ipcRenderer.send("performAirplayPCM", ipv4, ipport, sepassword, title, artist, album, artworkURL, txt, airplay2dv);