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'),