From 210a16a32b3be928d808065a9258021ba3fc4efc Mon Sep 17 00:00:00 2001 From: Zohan Subhash Date: Sat, 14 Jan 2023 06:15:51 +0530 Subject: [PATCH] Update back.js --- plugins/touchbar/back.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/touchbar/back.js b/plugins/touchbar/back.js index 617682f5..02b28cc1 100644 --- a/plugins/touchbar/back.js +++ b/plugins/touchbar/back.js @@ -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) => {