Commit 5914b497 authored by Mark Bidewell's avatar Mark Bidewell Committed by Jean-Baptiste Kempf

Added missing quote from command syntax

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 0ff3d294
......@@ -705,7 +705,7 @@ void VLMWrapper::ControlBroadcast( const QString name, int BroadcastStatus,
{
vlm_message_t *message;
QString command = "control \"" + name;
QString command = "control \"" + name + "\"";
switch( BroadcastStatus )
{
case ControlBroadcastPlay:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment