mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 06:35:57 -05:00
[htdocs] Select outputs with /api/outputs/set endpoint
This commit is contained in:
parent
1212723072
commit
bd5bf56245
@ -80,7 +80,7 @@ var app = new Vue({
|
||||
}
|
||||
}
|
||||
|
||||
axios.post('/api/select-outputs', { outputs: selected_outputs }).then(response => {
|
||||
axios.put('/api/outputs/set', { outputs: selected_outputs }).then(response => {
|
||||
if (!this.config.websocket_port) {
|
||||
this.loadOutputs();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user