feat: run prettier

This commit is contained in:
JellyBrick
2023-11-30 11:59:27 +09:00
parent 44c42310f1
commit a3104fda4b
116 changed files with 2928 additions and 1254 deletions

View File

@ -70,8 +70,8 @@ export default createPlugin({
],
});
const { playPause, next, previous, dislike, like } = getSongControls(window);
const { playPause, next, previous, dislike, like } =
getSongControls(window);
// If the page is ready, register the callback
window.once('ready-to-show', () => {
@ -95,5 +95,5 @@ export default createPlugin({
window.setTouchBar(touchBar);
});
});
}
},
});