mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
feat: migration to TypeScript FINAL
Co-authored-by: Su-Yong <simssy2205@gmail.com>
This commit is contained in:
@ -61,7 +61,7 @@ const touchBar = new TouchBar({
|
||||
],
|
||||
});
|
||||
|
||||
module.exports = (win: BrowserWindow) => {
|
||||
export default (win: BrowserWindow) => {
|
||||
const { playPause, next, previous, dislike, like } = getSongControls(win);
|
||||
|
||||
// If the page is ready, register the callback
|
||||
|
||||
Reference in New Issue
Block a user