This commit is contained in:
JellyBrick
2024-01-16 20:34:00 +09:00
parent 7c404ba2ea
commit 26de7f940e
3 changed files with 65 additions and 50 deletions

View File

@ -32,7 +32,7 @@ export const onRendererLoad = ({
let unregister: (() => void) | null = null;
on('update-song-info', (extractedSongInfo: SongInfo) => {
on('ytmd:update-song-info', (extractedSongInfo: SongInfo) => {
unregister?.();
setTimeout(async () => {