Skip to content

Commit

Permalink
Merge branch 'feat/startup-producers' into tv2-2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jun 22, 2020
2 parents eef33b2 + 9d5454e commit 9b90d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/protocol/amcp/amcp_command_repository.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ AMCPCommand::ptr_type find_command(const std::map<std::wstring, std::pair<amcp_c

if (subcmd != commands.end()) {
tokens.pop_front();
ctx.parameters = std::move(std::vector<std::wstring>(tokens.begin(), tokens.end()));
return std::make_shared<AMCPCommand>(
ctx, subcmd->second.first, subcmd->second.second, fullname, request_id);
}
Expand Down

0 comments on commit 9b90d21

Please sign in to comment.