chore: Prettified Code
[ci skip]
This commit is contained in:
parent
e805315497
commit
5fb7dc8239
1 changed files with 1 additions and 1 deletions
|
@ -4343,7 +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)
|
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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue