fixed typo, plugins/songInfo/back.js

Co-authored-by: th-ch <th-ch@users.noreply.github.com>
This commit is contained in:
semvis123
2021-01-10 20:31:55 +01:00
committed by GitHub
parent 588e0019d6
commit 5d89043884

View File

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