From 5fb7dc8239195c8f9dde8ab0837eaed89ef82995 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Sun, 28 Aug 2022 13:41:16 +0000 Subject: [PATCH] chore: Prettified Code [ci skip] --- src/renderer/main/vueapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/main/vueapp.js b/src/renderer/main/vueapp.js index 6ff8c0ae..ebdd3899 100644 --- a/src/renderer/main/vueapp.js +++ b/src/renderer/main/vueapp.js @@ -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);