mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-08 23:33:39 +00:00
remove extra quote that broke Eos plugin
computers are the worst
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ exports.data = function (device, osc) {
|
||||
p[5] == 'count'
|
||||
) {
|
||||
for (let i = 0; i < osc.args[0]; i++) {
|
||||
device.send(`'/eos/get/cue/${p[4]}/index/${i}`);
|
||||
device.send(`/eos/get/cue/${p[4]}/index/${i}`);
|
||||
}
|
||||
} else if (
|
||||
p[1] == 'out' &&
|
||||
|
||||
Reference in New Issue
Block a user