summaryrefslogtreecommitdiff
path: root/melodactyl
diff options
context:
space:
mode:
Diffstat (limited to 'melodactyl')
-rw-r--r--melodactyl/content/player.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/melodactyl/content/player.js b/melodactyl/content/player.js
index 916eef7c..1f1605e6 100644
--- a/melodactyl/content/player.js
+++ b/melodactyl/content/player.js
@@ -758,11 +758,11 @@ const Player = Module("player", {
mappings.add([modes.PLAYER],
["n"], "Find the next track",
- function () { player.searchViewAgain(false);});
+ function () { player.searchViewAgain(false); });
mappings.add([modes.PLAYER],
["N"], "Find the previous track",
- function () { player.searchViewAgain(true);});
+ function () { player.searchViewAgain(true); });
for (let i in util.range(0, 6)) {
let (rating = i) {