mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
fixed typo, plugins/songInfo/back.js
Co-authored-by: th-ch <th-ch@users.noreply.github.com>
This commit is contained in:
@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user