fix(music-together): fix remove unused SYNC_QUEUE from host

This commit is contained in:
JellyBrick
2025-05-12 20:39:23 +09:00
parent d9ead78083
commit afe5fed760

View File

@ -237,9 +237,6 @@ export default createPlugin<
...event.payload, ...event.payload,
videoList, videoList,
}); });
await this.connection?.broadcast('SYNC_QUEUE', {
videoList,
});
break; break;
} }
case 'REMOVE_SONG': { case 'REMOVE_SONG': {