temp
This commit is contained in:
parent
a21f7e173c
commit
6c118a9b9c
1 changed files with 7 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue