mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 12:21:47 +00:00
Update back.js
This commit is contained in:
@ -63,7 +63,7 @@ module.exports = (win) => {
|
|||||||
|
|
||||||
// If the page is ready, register the callback
|
// If the page is ready, register the callback
|
||||||
win.once("ready-to-show", () => {
|
win.once("ready-to-show", () => {
|
||||||
controls = [previous, playPause, next, like, dislike];
|
controls = [previous, playPause, next, dislike, like];
|
||||||
|
|
||||||
// Register the callback
|
// Register the callback
|
||||||
registerCallback((songInfo) => {
|
registerCallback((songInfo) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user