mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-29 09:18:36 +00:00
Fixed a bug where the set_volume
remote API request was not returning
a response.
This commit is contained in:
parent
00e62a1adb
commit
43101fe6d8
@ -598,6 +598,8 @@ void WebSocketServer::RespondWithSetVolume(connection_hdl connection, json& requ
|
||||
else {
|
||||
context.playback->SetVolume(options[key::volume]);
|
||||
}
|
||||
|
||||
this->RespondWithSuccess(connection, request);
|
||||
}
|
||||
|
||||
void WebSocketServer::RespondWithPlaybackOverview(connection_hdl connection, json& request) {
|
||||
|
Loading…
Reference in New Issue
Block a user