diff --git a/plugins/touchbar/back.js b/plugins/touchbar/back.js index 617682f5fd..02b28cc1e7 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) => {