LGTM review

This commit is contained in:
emeric
2021-04-28 14:59:13 +02:00
parent 7621411915
commit 8c5aee2e62
@@ -188,7 +188,7 @@ namespace Scrobbling
{
LOG(INFO) << "Starting ListenBrainz scrobbler... API endpoint = '" << _apiEndpoint << "'";
_client.done().connect([this](Wt::AsioWrapper::error_code ec, Wt::Http::Message msg)
_client.done().connect([this](Wt::AsioWrapper::error_code ec, const Wt::Http::Message& msg)
{
onClientDone(ec, msg);
});