minor bugfix

This commit is contained in:
Jonas Zeunert
2019-05-02 13:14:50 +02:00
parent 3219b04c2a
commit 611559a30c

View File

@@ -183,7 +183,7 @@ boost::optional<Poco::JSON::Object> OutputRequestHandler::parseSound(const std::
if(item_name == "")
{
Poco::JSON::Object response;
response.set("sounds", this->output_driver->get_lamps());
response.set("sounds", this->output_driver->get_sounds());
return response;
}