summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/controllers/Traktor-Kontrol-S4-MK2-hid-scripts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/controllers/Traktor-Kontrol-S4-MK2-hid-scripts.js b/res/controllers/Traktor-Kontrol-S4-MK2-hid-scripts.js
index 6d6aaba8fe..2a3f322454 100644
--- a/res/controllers/Traktor-Kontrol-S4-MK2-hid-scripts.js
+++ b/res/controllers/Traktor-Kontrol-S4-MK2-hid-scripts.js
@@ -1405,7 +1405,7 @@ TraktorS4MK2.callbackBrowse = function(field) {
engine.setValue("[Playlist]", "SelectPlaylist", delta);
}
else {
- engine.setValue("[Playlist]", "SelectTrackKnob", delta);
+ engine.setValue("[Library]", "MoveVertical", delta);
}
}