mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 12:42:06 +00:00
fix: remove unused play pause functions
This commit is contained in:
@ -13,8 +13,6 @@ module.exports = (win) => {
|
|||||||
previous: () => pressKey(win, "k"),
|
previous: () => pressKey(win, "k"),
|
||||||
next: () => pressKey(win, "j"),
|
next: () => pressKey(win, "j"),
|
||||||
playPause: () => win.webContents.send("playPause"),
|
playPause: () => win.webContents.send("playPause"),
|
||||||
play: () => win.webContents.send("play"),
|
|
||||||
pause: () => win.webContents.send("pause"),
|
|
||||||
like: () => pressKey(win, "_"),
|
like: () => pressKey(win, "_"),
|
||||||
dislike: () => pressKey(win, "+"),
|
dislike: () => pressKey(win, "+"),
|
||||||
go10sBack: () => pressKey(win, "h"),
|
go10sBack: () => pressKey(win, "h"),
|
||||||
|
|||||||
Reference in New Issue
Block a user