Some airplay improvements
This commit is contained in:
parent
0a51a3a7f0
commit
aabb950fdb
4 changed files with 187 additions and 64 deletions
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
enterPassword() {
|
||||
console.log('Entered passCode: ', this.passcode)
|
||||
ipcRenderer.send("setAirPlayPasscode", this.passcode)
|
||||
ipcRenderer.send("setAirPlayPasscode", this.passcode, this.$root.currentAirPlayCodeID)
|
||||
this.close()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue