diff --git a/plugins/touchbar/back.js b/plugins/touchbar/back.js index acaee5833b..617682f5fd 100644 --- a/plugins/touchbar/back.js +++ b/plugins/touchbar/back.js @@ -59,7 +59,7 @@ const touchBar = new TouchBar({ }); module.exports = (win) => { - const { playPause, next, previous, like, dislike } = getSongControls(win); + const { playPause, next, previous, dislike, like } = getSongControls(win); // If the page is ready, register the callback win.once("ready-to-show", () => {