chore: Prettified Code

[ci skip]
This commit is contained in:
vapormusic 2022-08-28 13:41:16 +00:00 committed by cider-chore[bot]
parent e805315497
commit 5fb7dc8239

View file

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