From 5d8904388441bff8656dda1bac47eb77718f1b0e Mon Sep 17 00:00:00 2001 From: semvis123 Date: Sun, 10 Jan 2021 20:31:55 +0100 Subject: [PATCH] fixed typo, plugins/songInfo/back.js Co-authored-by: th-ch --- plugins/songInfo/back.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/songInfo/back.js b/plugins/songInfo/back.js index a9bed913..c7c78a19 100644 --- a/plugins/songInfo/back.js +++ b/plugins/songInfo/back.js @@ -81,7 +81,7 @@ module.exports = win => { image: null, isPaused: true }; - // The song control funcions + // The song control functions global.songControls = { previous: () => presskey(win, 'k'), next: () => presskey(win, 'j'),