From 6c118a9b9c8068fe27d3610040a9f508a3090fb3 Mon Sep 17 00:00:00 2001 From: vapormusic Date: Sat, 27 Aug 2022 22:45:41 +0700 Subject: [PATCH] temp --- src/renderer/main/vueapp.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/renderer/main/vueapp.js b/src/renderer/main/vueapp.js index 5683e223..678ac6b4 100644 --- a/src/renderer/main/vueapp.js +++ b/src/renderer/main/vueapp.js @@ -4343,13 +4343,13 @@ const app = new Vue({ notyf.success("Device paring failed!"); }, airplayDisconnect(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); - } else { - app.activeCasts = []; - notyf.error("Devices disconnected!"); - } + // 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); + // } else { + // app.activeCasts = []; + // notyf.error("Devices disconnected!"); + // } }, windowFocus(val) { if (val) {