mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
Style changes for review
This commit is contained in:
@ -21,7 +21,7 @@ module.exports = (win) => {
|
||||
go1sForward: () => pressKey(win, "l", ["shift"]),
|
||||
shuffle: () => pressKey(win, "s"),
|
||||
switchRepeat: (n = 1) => {
|
||||
for (let i = 0; i != n; ++i)
|
||||
for (let i = 0; i < n; i++)
|
||||
pressKey(win, "r");
|
||||
},
|
||||
// General
|
||||
|
||||
Reference in New Issue
Block a user