some raop fix
This commit is contained in:
parent
e2b5d3161c
commit
4c34f22ea1
3 changed files with 12 additions and 2 deletions
|
@ -4340,7 +4340,15 @@ const app = new Vue({
|
|||
notyf.success("Device paired successfully!");
|
||||
},
|
||||
sendAirPlayFailed() {
|
||||
notyf.error("Device paring failed!");
|
||||
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!");}
|
||||
},
|
||||
windowFocus(val) {
|
||||
if (val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue