Added "Quit" button to the webremote screen
with a ios style popup confirmation
This commit is contained in:
parent
db8ece0b2a
commit
b924bef651
5 changed files with 95 additions and 0 deletions
|
@ -559,6 +559,11 @@ var app = new Vue({
|
|||
}
|
||||
}
|
||||
this.player.currentMediaItem = mediaitem
|
||||
},
|
||||
quit() {
|
||||
socket.send(JSON.stringify({
|
||||
action: "quit"
|
||||
}))
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue