diff --git a/res/controllers/Traktor-Kontrol-S2-MK1-hid-scripts.js b/res/controllers/Traktor-Kontrol-S2-MK1-hid-scripts.js index f091501095b3..02f40575d90b 100644 --- a/res/controllers/Traktor-Kontrol-S2-MK1-hid-scripts.js +++ b/res/controllers/Traktor-Kontrol-S2-MK1-hid-scripts.js @@ -143,7 +143,7 @@ class DeckClass { hidReport.addOutput(this.channel, name, config, "B"); } linkLed(name, callback) { - this.controller.linkOutput(this.channel, name, this.channel, name, callback.bind(this)); + engine.makeConnection(this.channel, name, callback.bind(this)); } volume(field) { setFaderParameter(this.channel, "volume", field.value, this.calibration.volume);