summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorFayaaz Ahmed <fayaaz@users.noreply.github.com>2020-05-08 23:31:50 +0100
committerBe <be@mixxx.org>2020-05-10 08:19:29 -0500
commit1a2970ba2d7d0028a4c6f9de9e4b32c20e3b90e3 (patch)
treea806b0d4cb5cbc61ceeb44544b615f2605bd5e3a /res
parent0e940fe72492ca4f74e39415cfc6eefcfbdb78fb (diff)
Update browsing through library to use new controls
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);
}
}