mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-11 08:43:39 +00:00
fix quotes
This commit is contained in:
@@ -29,7 +29,7 @@ exports.data = function (device, osc) {
|
||||
device.send(`/workspace/${d[i].uniqueID}/updates`, [
|
||||
{ type: 'i', value: 1 },
|
||||
]);
|
||||
device.send('/cue/playbackPosition/uniqueID');
|
||||
device.send(`/cue/playbackPosition/uniqueID`);
|
||||
device.send(`/workspace/${d[i].uniqueID}/selectionIsPlayhead`);
|
||||
}
|
||||
} else if (p[1] == 'workspace' && p[3] == 'cueLists') {
|
||||
|
||||
Reference in New Issue
Block a user