Update back.js

This commit is contained in:
Zohan Subhash
2023-01-14 06:15:51 +05:30
committed by TC
parent 35bd62cc0d
commit 210a16a32b

View File

@ -63,7 +63,7 @@ module.exports = (win) => {
// If the page is ready, register the callback
win.once("ready-to-show", () => {
controls = [previous, playPause, next, like, dislike];
controls = [previous, playPause, next, dislike, like];
// Register the callback
registerCallback((songInfo) => {