mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-17 05:02:06 +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,
|
image: null,
|
||||||
isPaused: true
|
isPaused: true
|
||||||
};
|
};
|
||||||
// The song control funcions
|
// The song control functions
|
||||||
global.songControls = {
|
global.songControls = {
|
||||||
previous: () => presskey(win, 'k'),
|
previous: () => presskey(win, 'k'),
|
||||||
next: () => presskey(win, 'j'),
|
next: () => presskey(win, 'j'),
|
||||||
|
|||||||
Reference in New Issue
Block a user