mirror of
https://github.com/jwetzell/qController.git
synced 2026-07-26 10:38:50 +00:00
change OSC address of updates request
This commit is contained in:
@@ -30,7 +30,7 @@ namespace qController.Communication
|
||||
{
|
||||
return;
|
||||
}
|
||||
qController.qClient.sendTCP("/workspace/" + qController.qWorkspace.workspace_id + "/updates", 1);
|
||||
qController.qClient.sendTCP("/updates", 1);
|
||||
qController.qClient.sendTCP("/workspace/" + qController.qWorkspace.workspace_id + "/cueLists");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user