mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
use apiLoaded 'once'
This commit is contained in:
@ -15,5 +15,5 @@ module.exports = () => {
|
||||
const data = e.detail.getPlayerResponse();
|
||||
ipcRenderer.send("song-info-request", JSON.stringify(data));
|
||||
});
|
||||
})
|
||||
}, { once: true, passive: true})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user